GenerateModel for release 3.1.4
This commit is contained in:
parent
f53c235aa3
commit
e206c7d670
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_AccessLog
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_AccessLog extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -60,7 +60,7 @@ public static final String Table_Name="AD_AccessLog";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_AccessLog");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Alert
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Alert extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -67,7 +67,7 @@ public static final String Table_Name="AD_Alert";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Alert");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_AlertProcessor
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_AlertProcessor extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -65,7 +65,7 @@ public static final String Table_Name="AD_AlertProcessor";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_AlertProcessor");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_AlertProcessorLog
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_AlertProcessorLog extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_AlertProcessorLog";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_AlertProcessorLog");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_AlertRecipient
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_AlertRecipient extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_AlertRecipient";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_AlertRecipient");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_AlertRule
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_AlertRule extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -65,7 +65,7 @@ public static final String Table_Name="AD_AlertRule";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_AlertRule");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Archive
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Archive extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_Archive";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Archive");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(7);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||
/** AccessLevel
|
||||
@return 7 - System - Client - Org
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Attachment
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Attachment extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_Attachment";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Attachment");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_AttachmentNote
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_AttachmentNote extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -64,7 +64,7 @@ public static final String Table_Name="AD_AttachmentNote";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_AttachmentNote");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Attribute
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Attribute extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -70,7 +70,7 @@ public static final String Table_Name="AD_Attribute";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Attribute");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(7);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||
/** AccessLevel
|
||||
@return 7 - System - Client - Org
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Attribute_Value
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Attribute_Value extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_Attribute_Value";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Attribute_Value");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(7);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||
/** AccessLevel
|
||||
@return 7 - System - Client - Org
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_ChangeLog
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_ChangeLog extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -65,7 +65,7 @@ public static final String Table_Name="AD_ChangeLog";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ChangeLog");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Client
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Client extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -69,7 +69,7 @@ public static final String Table_Name="AD_Client";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Client");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_ClientInfo
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_ClientInfo extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -60,7 +60,7 @@ public static final String Table_Name="AD_ClientInfo";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ClientInfo");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_ClientShare
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_ClientShare extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_ClientShare";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ClientShare");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(2);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(2);
|
||||
/** AccessLevel
|
||||
@return 2 - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Color
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Color extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -68,7 +68,7 @@ public static final String Table_Name="AD_Color";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Color");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Column
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Column extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -76,7 +76,7 @@ public static final String Table_Name="AD_Column";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Column");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Column_Access
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Column_Access extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_Column_Access";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Column_Access");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Desktop
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Desktop extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_Desktop";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Desktop");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_DesktopWorkbench
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_DesktopWorkbench extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_DesktopWorkbench";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_DesktopWorkbench");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Element
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Element extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -64,7 +64,7 @@ public static final String Table_Name="AD_Element";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Element");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_EntityType
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_EntityType extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_EntityType";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_EntityType");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Error
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Error extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_Error";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Error");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Field
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Field extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -71,7 +71,7 @@ public static final String Table_Name="AD_Field";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Field");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_FieldGroup
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_FieldGroup extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_FieldGroup";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_FieldGroup");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Find
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Find extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -65,7 +65,7 @@ public static final String Table_Name="AD_Find";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Find");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(7);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||
/** AccessLevel
|
||||
@return 7 - System - Client - Org
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Form
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Form extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -64,7 +64,7 @@ public static final String Table_Name="AD_Form";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Form");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Form_Access
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Form_Access extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_Form_Access";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Form_Access");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Image
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Image extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_Image";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Image");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_ImpFormat
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_ImpFormat extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -64,7 +64,7 @@ public static final String Table_Name="AD_ImpFormat";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ImpFormat");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_ImpFormat_Row
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_ImpFormat_Row extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -67,7 +67,7 @@ public static final String Table_Name="AD_ImpFormat_Row";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ImpFormat_Row");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_InfoColumn
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_InfoColumn extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -68,7 +68,7 @@ public static final String Table_Name="AD_InfoColumn";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_InfoColumn");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_InfoWindow
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_InfoWindow extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -64,7 +64,7 @@ public static final String Table_Name="AD_InfoWindow";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_InfoWindow");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Issue
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Issue extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -67,7 +67,7 @@ public static final String Table_Name="AD_Issue";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Issue");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_LabelPrinter
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_LabelPrinter extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_LabelPrinter";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_LabelPrinter");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_LabelPrinterFunction
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_LabelPrinterFunction extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_LabelPrinterFunction";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_LabelPrinterFunction");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Language
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Language extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -65,7 +65,7 @@ public static final String Table_Name="AD_Language";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Language");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_LdapAccess
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_LdapAccess extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_LdapAccess";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_LdapAccess");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(7);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||
/** AccessLevel
|
||||
@return 7 - System - Client - Org
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_LdapProcessor
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_LdapProcessor extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -64,7 +64,7 @@ public static final String Table_Name="AD_LdapProcessor";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_LdapProcessor");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_LdapProcessorLog
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_LdapProcessorLog extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_LdapProcessorLog";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_LdapProcessorLog");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Menu
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Menu extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -65,7 +65,7 @@ public static final String Table_Name="AD_Menu";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Menu");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Message
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Message extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -64,7 +64,7 @@ public static final String Table_Name="AD_Message";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Message");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Modification
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Modification extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_Modification";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Modification");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Note
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Note extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_Note";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Note");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(7);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||
/** AccessLevel
|
||||
@return 7 - System - Client - Org
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Org
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Org extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_Org";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Org");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(7);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||
/** AccessLevel
|
||||
@return 7 - System - Client - Org
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_OrgInfo
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_OrgInfo extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_OrgInfo";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_OrgInfo");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(7);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||
/** AccessLevel
|
||||
@return 7 - System - Client - Org
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_OrgType
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_OrgType extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_OrgType";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_OrgType");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PInstance
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PInstance extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_PInstance";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PInstance");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PInstance_Log
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PInstance_Log extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_PInstance_Log";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PInstance_Log");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PInstance_Para
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PInstance_Para extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_PInstance_Para";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PInstance_Para");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Package_Exp
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Package_Exp extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -70,7 +70,7 @@ public static final String Table_Name="AD_Package_Exp";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Exp");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
@ -126,7 +126,7 @@ public static final String AD_PACKAGE_TYPE_RemoteTransfer = "R";
|
|||
/** XML File = X */
|
||||
public static final String AD_PACKAGE_TYPE_XMLFile = "X";
|
||||
/** Set AD_Package_Type.
|
||||
@param AD_Package_Type Defines the type of package. XML File Local and Remote */
|
||||
@param AD_Package_Type AD_Package_Type */
|
||||
public void setAD_Package_Type (String AD_Package_Type)
|
||||
{
|
||||
if (AD_Package_Type == null || AD_Package_Type.equals("L") || AD_Package_Type.equals("R") || AD_Package_Type.equals("X"));
|
||||
|
@ -139,13 +139,13 @@ AD_Package_Type = AD_Package_Type.substring(0,0);
|
|||
set_Value ("AD_Package_Type", AD_Package_Type);
|
||||
}
|
||||
/** Get AD_Package_Type.
|
||||
@return Defines the type of package. XML File Local and Remote */
|
||||
@return AD_Package_Type */
|
||||
public String getAD_Package_Type()
|
||||
{
|
||||
return (String)get_Value("AD_Package_Type");
|
||||
}
|
||||
/** Set Description.
|
||||
@param Description Description */
|
||||
@param Description Optional short description of the record */
|
||||
public void setDescription (String Description)
|
||||
{
|
||||
if (Description == null) throw new IllegalArgumentException ("Description is mandatory.");
|
||||
|
@ -157,13 +157,13 @@ Description = Description.substring(0,999);
|
|||
set_Value ("Description", Description);
|
||||
}
|
||||
/** Get Description.
|
||||
@return Description */
|
||||
@return Optional short description of the record */
|
||||
public String getDescription()
|
||||
{
|
||||
return (String)get_Value("Description");
|
||||
}
|
||||
/** Set Email Address.
|
||||
@param EMail Email Address creator of the package */
|
||||
/** Set EMail Address.
|
||||
@param EMail Electronic Mail Address */
|
||||
public void setEMail (String EMail)
|
||||
{
|
||||
if (EMail == null) throw new IllegalArgumentException ("EMail is mandatory.");
|
||||
|
@ -174,8 +174,8 @@ EMail = EMail.substring(0,29);
|
|||
}
|
||||
set_Value ("EMail", EMail);
|
||||
}
|
||||
/** Get Email Address.
|
||||
@return Email Address creator of the package */
|
||||
/** Get EMail Address.
|
||||
@return Electronic Mail Address */
|
||||
public String getEMail()
|
||||
{
|
||||
return (String)get_Value("EMail");
|
||||
|
@ -217,7 +217,7 @@ public String getInstructions()
|
|||
return (String)get_Value("Instructions");
|
||||
}
|
||||
/** Set Name.
|
||||
@param Name Name of Package */
|
||||
@param Name Name */
|
||||
public void setName (String Name)
|
||||
{
|
||||
if (Name == null) throw new IllegalArgumentException ("Name is mandatory.");
|
||||
|
@ -229,13 +229,13 @@ Name = Name.substring(0,59);
|
|||
set_Value ("Name", Name);
|
||||
}
|
||||
/** Get Name.
|
||||
@return Name of Package */
|
||||
@return Name */
|
||||
public String getName()
|
||||
{
|
||||
return (String)get_Value("Name");
|
||||
}
|
||||
/** Set PK_Version.
|
||||
@param PK_Version Package Version */
|
||||
@param PK_Version PK_Version */
|
||||
public void setPK_Version (String PK_Version)
|
||||
{
|
||||
if (PK_Version == null) throw new IllegalArgumentException ("PK_Version is mandatory.");
|
||||
|
@ -247,19 +247,19 @@ PK_Version = PK_Version.substring(0,19);
|
|||
set_Value ("PK_Version", PK_Version);
|
||||
}
|
||||
/** Get PK_Version.
|
||||
@return Package Version */
|
||||
@return PK_Version */
|
||||
public String getPK_Version()
|
||||
{
|
||||
return (String)get_Value("PK_Version");
|
||||
}
|
||||
/** Set Processed.
|
||||
@param Processed Processed */
|
||||
@param Processed The document has been processed */
|
||||
public void setProcessed (boolean Processed)
|
||||
{
|
||||
set_Value ("Processed", Boolean.valueOf(Processed));
|
||||
}
|
||||
/** Get Processed.
|
||||
@return Processed */
|
||||
@return The document has been processed */
|
||||
public boolean isProcessed()
|
||||
{
|
||||
Object oo = get_Value("Processed");
|
||||
|
@ -270,14 +270,14 @@ if (oo != null)
|
|||
}
|
||||
return false;
|
||||
}
|
||||
/** Set Processing.
|
||||
@param Processing Process to create package export */
|
||||
/** Set Process Now.
|
||||
@param Processing Process Now */
|
||||
public void setProcessing (boolean Processing)
|
||||
{
|
||||
set_Value ("Processing", Boolean.valueOf(Processing));
|
||||
}
|
||||
/** Get Processing.
|
||||
@return Process to create package export */
|
||||
/** Get Process Now.
|
||||
@return Process Now */
|
||||
public boolean isProcessing()
|
||||
{
|
||||
Object oo = get_Value("Processing");
|
||||
|
@ -307,8 +307,8 @@ public static final String RELEASENO_Release253a = "Release 2.5.3a";
|
|||
public static final String RELEASENO_Release253b = "Release 2.5.3b";
|
||||
/** No specific release = all */
|
||||
public static final String RELEASENO_NoSpecificRelease = "all";
|
||||
/** Set ReleaseNo.
|
||||
@param ReleaseNo Release Number */
|
||||
/** Set Release No.
|
||||
@param ReleaseNo Internal Release Number */
|
||||
public void setReleaseNo (String ReleaseNo)
|
||||
{
|
||||
if (ReleaseNo == null) throw new IllegalArgumentException ("ReleaseNo is mandatory");
|
||||
|
@ -321,14 +321,14 @@ ReleaseNo = ReleaseNo.substring(0,19);
|
|||
}
|
||||
set_Value ("ReleaseNo", ReleaseNo);
|
||||
}
|
||||
/** Get ReleaseNo.
|
||||
@return Release Number */
|
||||
/** Get Release No.
|
||||
@return Internal Release Number */
|
||||
public String getReleaseNo()
|
||||
{
|
||||
return (String)get_Value("ReleaseNo");
|
||||
}
|
||||
/** Set UserName.
|
||||
@param UserName Creator of Package */
|
||||
/** Set Registered EMail.
|
||||
@param UserName Email of the responsible for the System */
|
||||
public void setUserName (String UserName)
|
||||
{
|
||||
if (UserName == null) throw new IllegalArgumentException ("UserName is mandatory.");
|
||||
|
@ -339,14 +339,14 @@ UserName = UserName.substring(0,29);
|
|||
}
|
||||
set_Value ("UserName", UserName);
|
||||
}
|
||||
/** Get UserName.
|
||||
@return Creator of Package */
|
||||
/** Get Registered EMail.
|
||||
@return Email of the responsible for the System */
|
||||
public String getUserName()
|
||||
{
|
||||
return (String)get_Value("UserName");
|
||||
}
|
||||
/** Set Version.
|
||||
@param Version Version */
|
||||
@param Version Version of the table definition */
|
||||
public void setVersion (String Version)
|
||||
{
|
||||
if (Version == null) throw new IllegalArgumentException ("Version is mandatory.");
|
||||
|
@ -358,7 +358,7 @@ Version = Version.substring(0,19);
|
|||
set_Value ("Version", Version);
|
||||
}
|
||||
/** Get Version.
|
||||
@return Version */
|
||||
@return Version of the table definition */
|
||||
public String getVersion()
|
||||
{
|
||||
return (String)get_Value("Version");
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Package_Exp_Common
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Package_Exp_Common extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -60,7 +60,7 @@ public static final String Table_Name="AD_Package_Exp_Common";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Exp_Common");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
@ -203,7 +203,7 @@ if (ii == null) return 0;
|
|||
return ii.intValue();
|
||||
}
|
||||
/** Set Table.
|
||||
@param AD_Table_ID Table for the Fields */
|
||||
@param AD_Table_ID Database Table information */
|
||||
public void setAD_Table_ID (int AD_Table_ID)
|
||||
{
|
||||
if (AD_Table_ID <= 0) set_Value ("AD_Table_ID", null);
|
||||
|
@ -211,7 +211,7 @@ if (AD_Table_ID <= 0) set_Value ("AD_Table_ID", null);
|
|||
set_Value ("AD_Table_ID", Integer.valueOf(AD_Table_ID));
|
||||
}
|
||||
/** Get Table.
|
||||
@return Table for the Fields */
|
||||
@return Database Table information */
|
||||
public int getAD_Table_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Table_ID");
|
||||
|
@ -235,7 +235,7 @@ if (ii == null) return 0;
|
|||
return ii.intValue();
|
||||
}
|
||||
/** Set Workbench.
|
||||
@param AD_Workbench_ID Collection of windows reports */
|
||||
@param AD_Workbench_ID Collection of windows, reports */
|
||||
public void setAD_Workbench_ID (int AD_Workbench_ID)
|
||||
{
|
||||
if (AD_Workbench_ID <= 0) set_Value ("AD_Workbench_ID", null);
|
||||
|
@ -243,7 +243,7 @@ if (AD_Workbench_ID <= 0) set_Value ("AD_Workbench_ID", null);
|
|||
set_Value ("AD_Workbench_ID", Integer.valueOf(AD_Workbench_ID));
|
||||
}
|
||||
/** Get Workbench.
|
||||
@return Collection of windows reports */
|
||||
@return Collection of windows, reports */
|
||||
public int getAD_Workbench_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Workbench_ID");
|
||||
|
@ -286,7 +286,7 @@ public static final String DBTYPE_SQLServer = "SQL";
|
|||
/** Sybase = Sybase */
|
||||
public static final String DBTYPE_Sybase = "Sybase";
|
||||
/** Set DBType.
|
||||
@param DBType Indicates the type of database. */
|
||||
@param DBType DBType */
|
||||
public void setDBType (String DBType)
|
||||
{
|
||||
if (DBType == null || DBType.equals("ALL") || DBType.equals("DB2") || DBType.equals("Firebird") || DBType.equals("MySQL") || DBType.equals("Oracle") || DBType.equals("Postgres") || DBType.equals("SQL") || DBType.equals("Sybase"));
|
||||
|
@ -299,7 +299,7 @@ DBType = DBType.substring(0,21);
|
|||
set_Value ("DBType", DBType);
|
||||
}
|
||||
/** Get DBType.
|
||||
@return Indicates the type of database. */
|
||||
@return DBType */
|
||||
public String getDBType()
|
||||
{
|
||||
return (String)get_Value("DBType");
|
||||
|
@ -386,23 +386,6 @@ Integer ii = (Integer)get_Value("Line");
|
|||
if (ii == null) return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Set Name 2.
|
||||
@param Name2 Additional Name */
|
||||
public void setName2 (String Name2)
|
||||
{
|
||||
if (Name2 != null && Name2.length() > 60)
|
||||
{
|
||||
log.warning("Length > 60 - truncated");
|
||||
Name2 = Name2.substring(0,59);
|
||||
}
|
||||
set_Value ("Name2", Name2);
|
||||
}
|
||||
/** Get Name 2.
|
||||
@return Additional Name */
|
||||
public String getName2()
|
||||
{
|
||||
return (String)get_Value("Name2");
|
||||
}
|
||||
/** Set Name.
|
||||
@param Name Name */
|
||||
public void setName (String Name)
|
||||
|
@ -420,6 +403,23 @@ public String getName()
|
|||
{
|
||||
return (String)get_Value("Name");
|
||||
}
|
||||
/** Set Name 2.
|
||||
@param Name2 Additional Name */
|
||||
public void setName2 (String Name2)
|
||||
{
|
||||
if (Name2 != null && Name2.length() > 60)
|
||||
{
|
||||
log.warning("Length > 60 - truncated");
|
||||
Name2 = Name2.substring(0,59);
|
||||
}
|
||||
set_Value ("Name2", Name2);
|
||||
}
|
||||
/** Get Name 2.
|
||||
@return Additional Name */
|
||||
public String getName2()
|
||||
{
|
||||
return (String)get_Value("Name2");
|
||||
}
|
||||
/** Set Processed.
|
||||
@param Processed The document has been processed */
|
||||
public void setProcessed (boolean Processed)
|
||||
|
@ -522,7 +522,7 @@ public static final String TYPE_Window = "W";
|
|||
/** Form = X */
|
||||
public static final String TYPE_Form = "X";
|
||||
/** Set Type.
|
||||
@param Type Type of Validation (SQL Java Script Java Language) */
|
||||
@param Type Type of Validation (SQL, Java Script, Java Language) */
|
||||
public void setType (String Type)
|
||||
{
|
||||
if (Type == null || Type.equals("B") || Type.equals("C") || Type.equals("D") || Type.equals("F") || Type.equals("IMP") || Type.equals("M") || Type.equals("P") || Type.equals("R") || Type.equals("S") || Type.equals("SNI") || Type.equals("SQL") || Type.equals("T") || Type.equals("W") || Type.equals("X"));
|
||||
|
@ -535,7 +535,7 @@ Type = Type.substring(0,9);
|
|||
set_Value ("Type", Type);
|
||||
}
|
||||
/** Get Type.
|
||||
@return Type of Validation (SQL Java Script Java Language) */
|
||||
@return Type of Validation (SQL, Java Script, Java Language) */
|
||||
public String getType()
|
||||
{
|
||||
return (String)get_Value("Type");
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Package_Exp_Detail
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Package_Exp_Detail extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -64,7 +64,7 @@ public static final String Table_Name="AD_Package_Exp_Detail";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Exp_Detail");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
@ -89,32 +89,32 @@ public String toString()
|
|||
StringBuffer sb = new StringBuffer ("X_AD_Package_Exp_Detail[").append(get_ID()).append("]");
|
||||
return sb.toString();
|
||||
}
|
||||
/** Set AD_Form_ID.
|
||||
@param AD_Form_ID AD_Form_ID */
|
||||
/** Set Special Form.
|
||||
@param AD_Form_ID Special Form */
|
||||
public void setAD_Form_ID (int AD_Form_ID)
|
||||
{
|
||||
if (AD_Form_ID <= 0) set_Value ("AD_Form_ID", null);
|
||||
else
|
||||
set_Value ("AD_Form_ID", Integer.valueOf(AD_Form_ID));
|
||||
}
|
||||
/** Get AD_Form_ID.
|
||||
@return AD_Form_ID */
|
||||
/** Get Special Form.
|
||||
@return Special Form */
|
||||
public int getAD_Form_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Form_ID");
|
||||
if (ii == null) return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Set AD_ImpFormat_ID.
|
||||
@param AD_ImpFormat_ID AD_ImpFormat_ID */
|
||||
/** Set Import Format.
|
||||
@param AD_ImpFormat_ID Import Format */
|
||||
public void setAD_ImpFormat_ID (int AD_ImpFormat_ID)
|
||||
{
|
||||
if (AD_ImpFormat_ID <= 0) set_Value ("AD_ImpFormat_ID", null);
|
||||
else
|
||||
set_Value ("AD_ImpFormat_ID", Integer.valueOf(AD_ImpFormat_ID));
|
||||
}
|
||||
/** Get AD_ImpFormat_ID.
|
||||
@return AD_ImpFormat_ID */
|
||||
/** Get Import Format.
|
||||
@return Import Format */
|
||||
public int getAD_ImpFormat_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_ImpFormat_ID");
|
||||
|
@ -124,16 +124,16 @@ return ii.intValue();
|
|||
|
||||
/** AD_Menu_ID AD_Reference_ID=105 */
|
||||
public static final int AD_MENU_ID_AD_Reference_ID=105;
|
||||
/** Set AD_Menu_ID.
|
||||
@param AD_Menu_ID AD_Menu_ID */
|
||||
/** Set Menu.
|
||||
@param AD_Menu_ID Identifies a Menu */
|
||||
public void setAD_Menu_ID (int AD_Menu_ID)
|
||||
{
|
||||
if (AD_Menu_ID <= 0) set_Value ("AD_Menu_ID", null);
|
||||
else
|
||||
set_Value ("AD_Menu_ID", Integer.valueOf(AD_Menu_ID));
|
||||
}
|
||||
/** Get AD_Menu_ID.
|
||||
@return AD_Menu_ID */
|
||||
/** Get Menu.
|
||||
@return Identifies a Menu */
|
||||
public int getAD_Menu_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Menu_ID");
|
||||
|
@ -210,112 +210,112 @@ Integer ii = (Integer)get_Value("AD_Package_Exp_ID");
|
|||
if (ii == null) return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Set AD_Process_ID.
|
||||
@param AD_Process_ID AD_Process_ID */
|
||||
/** Set Process.
|
||||
@param AD_Process_ID Process or Report */
|
||||
public void setAD_Process_ID (int AD_Process_ID)
|
||||
{
|
||||
if (AD_Process_ID <= 0) set_Value ("AD_Process_ID", null);
|
||||
else
|
||||
set_Value ("AD_Process_ID", Integer.valueOf(AD_Process_ID));
|
||||
}
|
||||
/** Get AD_Process_ID.
|
||||
@return AD_Process_ID */
|
||||
/** Get Process.
|
||||
@return Process or Report */
|
||||
public int getAD_Process_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Process_ID");
|
||||
if (ii == null) return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Set AD_ReportView_ID.
|
||||
@param AD_ReportView_ID Contain the Report View ID */
|
||||
/** Set Report View.
|
||||
@param AD_ReportView_ID View used to generate this report */
|
||||
public void setAD_ReportView_ID (int AD_ReportView_ID)
|
||||
{
|
||||
if (AD_ReportView_ID <= 0) set_Value ("AD_ReportView_ID", null);
|
||||
else
|
||||
set_Value ("AD_ReportView_ID", Integer.valueOf(AD_ReportView_ID));
|
||||
}
|
||||
/** Get AD_ReportView_ID.
|
||||
@return Contain the Report View ID */
|
||||
/** Get Report View.
|
||||
@return View used to generate this report */
|
||||
public int getAD_ReportView_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_ReportView_ID");
|
||||
if (ii == null) return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Set AD_Role_ID.
|
||||
@param AD_Role_ID Role */
|
||||
/** Set Role.
|
||||
@param AD_Role_ID Responsibility Role */
|
||||
public void setAD_Role_ID (int AD_Role_ID)
|
||||
{
|
||||
if (AD_Role_ID <= 0) set_Value ("AD_Role_ID", null);
|
||||
else
|
||||
set_Value ("AD_Role_ID", Integer.valueOf(AD_Role_ID));
|
||||
}
|
||||
/** Get AD_Role_ID.
|
||||
@return Role */
|
||||
/** Get Role.
|
||||
@return Responsibility Role */
|
||||
public int getAD_Role_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Role_ID");
|
||||
if (ii == null) return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Set AD_Table_ID.
|
||||
@param AD_Table_ID AD_Table_ID */
|
||||
/** Set Table.
|
||||
@param AD_Table_ID Database Table information */
|
||||
public void setAD_Table_ID (int AD_Table_ID)
|
||||
{
|
||||
if (AD_Table_ID <= 0) set_Value ("AD_Table_ID", null);
|
||||
else
|
||||
set_Value ("AD_Table_ID", Integer.valueOf(AD_Table_ID));
|
||||
}
|
||||
/** Get AD_Table_ID.
|
||||
@return AD_Table_ID */
|
||||
/** Get Table.
|
||||
@return Database Table information */
|
||||
public int getAD_Table_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Table_ID");
|
||||
if (ii == null) return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Set AD_Window_ID.
|
||||
@param AD_Window_ID AD_Window_ID */
|
||||
/** Set Window.
|
||||
@param AD_Window_ID Data entry or display window */
|
||||
public void setAD_Window_ID (int AD_Window_ID)
|
||||
{
|
||||
if (AD_Window_ID <= 0) set_Value ("AD_Window_ID", null);
|
||||
else
|
||||
set_Value ("AD_Window_ID", Integer.valueOf(AD_Window_ID));
|
||||
}
|
||||
/** Get AD_Window_ID.
|
||||
@return AD_Window_ID */
|
||||
/** Get Window.
|
||||
@return Data entry or display window */
|
||||
public int getAD_Window_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Window_ID");
|
||||
if (ii == null) return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Set AD_Workbench_ID.
|
||||
@param AD_Workbench_ID AD_Workbench_ID */
|
||||
/** Set Workbench.
|
||||
@param AD_Workbench_ID Collection of windows, reports */
|
||||
public void setAD_Workbench_ID (int AD_Workbench_ID)
|
||||
{
|
||||
if (AD_Workbench_ID <= 0) set_Value ("AD_Workbench_ID", null);
|
||||
else
|
||||
set_Value ("AD_Workbench_ID", Integer.valueOf(AD_Workbench_ID));
|
||||
}
|
||||
/** Get AD_Workbench_ID.
|
||||
@return AD_Workbench_ID */
|
||||
/** Get Workbench.
|
||||
@return Collection of windows, reports */
|
||||
public int getAD_Workbench_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Workbench_ID");
|
||||
if (ii == null) return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Set AD_Workflow_ID.
|
||||
@param AD_Workflow_ID AD_Workflow_ID */
|
||||
/** Set Workflow.
|
||||
@param AD_Workflow_ID Workflow or combination of tasks */
|
||||
public void setAD_Workflow_ID (int AD_Workflow_ID)
|
||||
{
|
||||
if (AD_Workflow_ID <= 0) set_Value ("AD_Workflow_ID", null);
|
||||
else
|
||||
set_Value ("AD_Workflow_ID", Integer.valueOf(AD_Workflow_ID));
|
||||
}
|
||||
/** Get AD_Workflow_ID.
|
||||
@return AD_Workflow_ID */
|
||||
/** Get Workflow.
|
||||
@return Workflow or combination of tasks */
|
||||
public int getAD_Workflow_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Workflow_ID");
|
||||
|
@ -342,7 +342,7 @@ public static final String DBTYPE_SQLServer = "SQL";
|
|||
/** Sybase = Sybase */
|
||||
public static final String DBTYPE_Sybase = "Sybase";
|
||||
/** Set DBType.
|
||||
@param DBType Indicates type of database */
|
||||
@param DBType DBType */
|
||||
public void setDBType (String DBType)
|
||||
{
|
||||
if (DBType == null || DBType.equals("ALL") || DBType.equals("DB2") || DBType.equals("Firebird") || DBType.equals("MySQL") || DBType.equals("Oracle") || DBType.equals("Postgres") || DBType.equals("SQL") || DBType.equals("Sybase"));
|
||||
|
@ -355,13 +355,13 @@ DBType = DBType.substring(0,21);
|
|||
set_Value ("DBType", DBType);
|
||||
}
|
||||
/** Get DBType.
|
||||
@return Indicates type of database */
|
||||
@return DBType */
|
||||
public String getDBType()
|
||||
{
|
||||
return (String)get_Value("DBType");
|
||||
}
|
||||
/** Set Description.
|
||||
@param Description Description */
|
||||
@param Description Optional short description of the record */
|
||||
public void setDescription (String Description)
|
||||
{
|
||||
if (Description == null) throw new IllegalArgumentException ("Description is mandatory.");
|
||||
|
@ -373,7 +373,7 @@ Description = Description.substring(0,999);
|
|||
set_Value ("Description", Description);
|
||||
}
|
||||
/** Get Description.
|
||||
@return Description */
|
||||
@return Optional short description of the record */
|
||||
public String getDescription()
|
||||
{
|
||||
return (String)get_Value("Description");
|
||||
|
@ -412,8 +412,8 @@ public String getDestination_FileName()
|
|||
{
|
||||
return (String)get_Value("Destination_FileName");
|
||||
}
|
||||
/** Set FileName.
|
||||
@param FileName FileName */
|
||||
/** Set File Name.
|
||||
@param FileName Name of the local file or URL */
|
||||
public void setFileName (String FileName)
|
||||
{
|
||||
if (FileName != null && FileName.length() > 255)
|
||||
|
@ -423,8 +423,8 @@ FileName = FileName.substring(0,254);
|
|||
}
|
||||
set_Value ("FileName", FileName);
|
||||
}
|
||||
/** Get FileName.
|
||||
@return FileName */
|
||||
/** Get File Name.
|
||||
@return Name of the local file or URL */
|
||||
public String getFileName()
|
||||
{
|
||||
return (String)get_Value("FileName");
|
||||
|
@ -446,22 +446,22 @@ public String getFile_Directory()
|
|||
{
|
||||
return (String)get_Value("File_Directory");
|
||||
}
|
||||
/** Set Line.
|
||||
@param Line Line */
|
||||
/** Set Line No.
|
||||
@param Line Unique line for this document */
|
||||
public void setLine (int Line)
|
||||
{
|
||||
set_Value ("Line", Integer.valueOf(Line));
|
||||
}
|
||||
/** Get Line.
|
||||
@return Line */
|
||||
/** Get Line No.
|
||||
@return Unique line for this document */
|
||||
public int getLine()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("Line");
|
||||
if (ii == null) return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Set Name2.
|
||||
@param Name2 Name2 */
|
||||
/** Set Name 2.
|
||||
@param Name2 Additional Name */
|
||||
public void setName2 (String Name2)
|
||||
{
|
||||
if (Name2 != null && Name2.length() > 60)
|
||||
|
@ -471,21 +471,20 @@ Name2 = Name2.substring(0,59);
|
|||
}
|
||||
set_Value ("Name2", Name2);
|
||||
}
|
||||
/** Get Name2.
|
||||
@return Name2 */
|
||||
/** Get Name 2.
|
||||
@return Additional Name */
|
||||
public String getName2()
|
||||
{
|
||||
return (String)get_Value("Name2");
|
||||
}
|
||||
|
||||
/** Set Processed.
|
||||
@param Processed Processed */
|
||||
@param Processed The document has been processed */
|
||||
public void setProcessed (boolean Processed)
|
||||
{
|
||||
set_Value ("Processed", Boolean.valueOf(Processed));
|
||||
}
|
||||
/** Get Processed.
|
||||
@return Processed */
|
||||
@return The document has been processed */
|
||||
public boolean isProcessed()
|
||||
{
|
||||
Object oo = get_Value("Processed");
|
||||
|
@ -496,14 +495,14 @@ if (oo != null)
|
|||
}
|
||||
return false;
|
||||
}
|
||||
/** Set Processing.
|
||||
@param Processing Processing */
|
||||
/** Set Process Now.
|
||||
@param Processing Process Now */
|
||||
public void setProcessing (boolean Processing)
|
||||
{
|
||||
set_Value ("Processing", Boolean.valueOf(Processing));
|
||||
}
|
||||
/** Get Processing.
|
||||
@return Processing */
|
||||
/** Get Process Now.
|
||||
@return Process Now */
|
||||
public boolean isProcessing()
|
||||
{
|
||||
Object oo = get_Value("Processing");
|
||||
|
@ -533,8 +532,8 @@ public static final String RELEASENO_Release253a = "Release 2.5.3a";
|
|||
public static final String RELEASENO_Release253b = "Release 2.5.3b";
|
||||
/** No specific release = all */
|
||||
public static final String RELEASENO_NoSpecificRelease = "all";
|
||||
/** Set ReleaseNo.
|
||||
@param ReleaseNo ReleaseNo */
|
||||
/** Set Release No.
|
||||
@param ReleaseNo Internal Release Number */
|
||||
public void setReleaseNo (String ReleaseNo)
|
||||
{
|
||||
if (ReleaseNo == null || ReleaseNo.equals("Release 2.5.2a") || ReleaseNo.equals("Release 2.5.2b") || ReleaseNo.equals("Release 2.5.2c") || ReleaseNo.equals("Release 2.5.2d") || ReleaseNo.equals("Release 2.5.2e") || ReleaseNo.equals("Release 2.5.3a") || ReleaseNo.equals("Release 2.5.3b") || ReleaseNo.equals("all"));
|
||||
|
@ -546,8 +545,8 @@ ReleaseNo = ReleaseNo.substring(0,19);
|
|||
}
|
||||
set_Value ("ReleaseNo", ReleaseNo);
|
||||
}
|
||||
/** Get ReleaseNo.
|
||||
@return ReleaseNo */
|
||||
/** Get Release No.
|
||||
@return Internal Release Number */
|
||||
public String getReleaseNo()
|
||||
{
|
||||
return (String)get_Value("ReleaseNo");
|
||||
|
@ -570,7 +569,7 @@ public String getSQLStatement()
|
|||
return (String)get_Value("SQLStatement");
|
||||
}
|
||||
/** Set Target_Directory.
|
||||
@param Target_Directory Directory where the file to be distributed will be copied to */
|
||||
@param Target_Directory Target_Directory */
|
||||
public void setTarget_Directory (String Target_Directory)
|
||||
{
|
||||
if (Target_Directory != null && Target_Directory.length() > 255)
|
||||
|
@ -581,7 +580,7 @@ Target_Directory = Target_Directory.substring(0,254);
|
|||
set_Value ("Target_Directory", Target_Directory);
|
||||
}
|
||||
/** Get Target_Directory.
|
||||
@return Directory where the file to be distributed will be copied to */
|
||||
@return Target_Directory */
|
||||
public String getTarget_Directory()
|
||||
{
|
||||
return (String)get_Value("Target_Directory");
|
||||
|
@ -618,7 +617,7 @@ public static final String TYPE_Window = "W";
|
|||
/** Form = X */
|
||||
public static final String TYPE_Form = "X";
|
||||
/** Set Type.
|
||||
@param Type Type */
|
||||
@param Type Type of Validation (SQL, Java Script, Java Language) */
|
||||
public void setType (String Type)
|
||||
{
|
||||
if (Type == null) throw new IllegalArgumentException ("Type is mandatory");
|
||||
|
@ -632,7 +631,7 @@ Type = Type.substring(0,9);
|
|||
set_Value ("Type", Type);
|
||||
}
|
||||
/** Get Type.
|
||||
@return Type */
|
||||
@return Type of Validation (SQL, Java Script, Java Language) */
|
||||
public String getType()
|
||||
{
|
||||
return (String)get_Value("Type");
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Package_Imp
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Package_Imp extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_Package_Imp";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Imp");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
@ -144,7 +144,7 @@ public String getCreatorContact()
|
|||
return (String)get_Value("CreatorContact");
|
||||
}
|
||||
/** Set Description.
|
||||
@param Description Description */
|
||||
@param Description Optional short description of the record */
|
||||
public void setDescription (String Description)
|
||||
{
|
||||
if (Description == null) throw new IllegalArgumentException ("Description is mandatory.");
|
||||
|
@ -156,13 +156,13 @@ Description = Description.substring(0,999);
|
|||
set_Value ("Description", Description);
|
||||
}
|
||||
/** Get Description.
|
||||
@return Description */
|
||||
@return Optional short description of the record */
|
||||
public String getDescription()
|
||||
{
|
||||
return (String)get_Value("Description");
|
||||
}
|
||||
/** Set EMail.
|
||||
@param EMail EMail */
|
||||
/** Set EMail Address.
|
||||
@param EMail Electronic Mail Address */
|
||||
public void setEMail (String EMail)
|
||||
{
|
||||
if (EMail != null && EMail.length() > 60)
|
||||
|
@ -172,14 +172,14 @@ EMail = EMail.substring(0,59);
|
|||
}
|
||||
set_Value ("EMail", EMail);
|
||||
}
|
||||
/** Get EMail.
|
||||
@return EMail */
|
||||
/** Get EMail Address.
|
||||
@return Electronic Mail Address */
|
||||
public String getEMail()
|
||||
{
|
||||
return (String)get_Value("EMail");
|
||||
}
|
||||
/** Set Name.
|
||||
@param Name Name */
|
||||
@param Name Alphanumeric identifier of the entity */
|
||||
public void setName (String Name)
|
||||
{
|
||||
if (Name == null) throw new IllegalArgumentException ("Name is mandatory.");
|
||||
|
@ -191,13 +191,13 @@ Name = Name.substring(0,59);
|
|||
set_Value ("Name", Name);
|
||||
}
|
||||
/** Get Name.
|
||||
@return Name */
|
||||
@return Alphanumeric identifier of the entity */
|
||||
public String getName()
|
||||
{
|
||||
return (String)get_Value("Name");
|
||||
}
|
||||
/** Set PK_Status.
|
||||
@param PK_Status Status of package installation */
|
||||
@param PK_Status PK_Status */
|
||||
public void setPK_Status (String PK_Status)
|
||||
{
|
||||
if (PK_Status != null && PK_Status.length() > 22)
|
||||
|
@ -208,7 +208,7 @@ PK_Status = PK_Status.substring(0,21);
|
|||
set_Value ("PK_Status", PK_Status);
|
||||
}
|
||||
/** Get PK_Status.
|
||||
@return Status of package installation */
|
||||
@return PK_Status */
|
||||
public String getPK_Status()
|
||||
{
|
||||
return (String)get_Value("PK_Status");
|
||||
|
@ -231,13 +231,13 @@ public String getPK_Version()
|
|||
return (String)get_Value("PK_Version");
|
||||
}
|
||||
/** Set Processed.
|
||||
@param Processed Processed */
|
||||
@param Processed The document has been processed */
|
||||
public void setProcessed (boolean Processed)
|
||||
{
|
||||
set_Value ("Processed", Boolean.valueOf(Processed));
|
||||
}
|
||||
/** Get Processed.
|
||||
@return Processed */
|
||||
@return The document has been processed */
|
||||
public boolean isProcessed()
|
||||
{
|
||||
Object oo = get_Value("Processed");
|
||||
|
@ -248,14 +248,14 @@ if (oo != null)
|
|||
}
|
||||
return false;
|
||||
}
|
||||
/** Set Processing.
|
||||
@param Processing Processing */
|
||||
/** Set Process Now.
|
||||
@param Processing Process Now */
|
||||
public void setProcessing (boolean Processing)
|
||||
{
|
||||
set_Value ("Processing", Boolean.valueOf(Processing));
|
||||
}
|
||||
/** Get Processing.
|
||||
@return Processing */
|
||||
/** Get Process Now.
|
||||
@return Process Now */
|
||||
public boolean isProcessing()
|
||||
{
|
||||
Object oo = get_Value("Processing");
|
||||
|
@ -266,8 +266,8 @@ if (oo != null)
|
|||
}
|
||||
return false;
|
||||
}
|
||||
/** Set ReleaseNo.
|
||||
@param ReleaseNo ReleaseNo */
|
||||
/** Set Release No.
|
||||
@param ReleaseNo Internal Release Number */
|
||||
public void setReleaseNo (String ReleaseNo)
|
||||
{
|
||||
if (ReleaseNo != null && ReleaseNo.length() > 20)
|
||||
|
@ -277,8 +277,8 @@ ReleaseNo = ReleaseNo.substring(0,19);
|
|||
}
|
||||
set_Value ("ReleaseNo", ReleaseNo);
|
||||
}
|
||||
/** Get ReleaseNo.
|
||||
@return ReleaseNo */
|
||||
/** Get Release No.
|
||||
@return Internal Release Number */
|
||||
public String getReleaseNo()
|
||||
{
|
||||
return (String)get_Value("ReleaseNo");
|
||||
|
@ -302,7 +302,7 @@ if (oo != null)
|
|||
return false;
|
||||
}
|
||||
/** Set Version.
|
||||
@param Version Version */
|
||||
@param Version Version of the table definition */
|
||||
public void setVersion (String Version)
|
||||
{
|
||||
if (Version != null && Version.length() > 20)
|
||||
|
@ -313,7 +313,7 @@ Version = Version.substring(0,19);
|
|||
set_Value ("Version", Version);
|
||||
}
|
||||
/** Get Version.
|
||||
@return Version */
|
||||
@return Version of the table definition */
|
||||
public String getVersion()
|
||||
{
|
||||
return (String)get_Value("Version");
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Package_Imp_Backup
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Package_Imp_Backup extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_Package_Imp_Backup";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Imp_Backup");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
@ -90,16 +90,16 @@ return sb.toString();
|
|||
|
||||
/** AD_Column_ID AD_Reference_ID=251 */
|
||||
public static final int AD_COLUMN_ID_AD_Reference_ID=251;
|
||||
/** Set AD_Column_ID.
|
||||
@param AD_Column_ID AD_Column_ID */
|
||||
/** Set Column.
|
||||
@param AD_Column_ID Column in the table */
|
||||
public void setAD_Column_ID (int AD_Column_ID)
|
||||
{
|
||||
if (AD_Column_ID <= 0) set_Value ("AD_Column_ID", null);
|
||||
else
|
||||
set_Value ("AD_Column_ID", Integer.valueOf(AD_Column_ID));
|
||||
}
|
||||
/** Get AD_Column_ID.
|
||||
@return AD_Column_ID */
|
||||
/** Get Column.
|
||||
@return Column in the table */
|
||||
public int getAD_Column_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Column_ID");
|
||||
|
@ -194,32 +194,32 @@ return (String)get_Value("AD_Package_Imp_Org_Dir");
|
|||
|
||||
/** AD_Reference_ID AD_Reference_ID=1 */
|
||||
public static final int AD_REFERENCE_ID_AD_Reference_ID=1;
|
||||
/** Set AD_Reference_ID.
|
||||
@param AD_Reference_ID AD_Reference_ID */
|
||||
/** Set Reference.
|
||||
@param AD_Reference_ID System Reference and Validation */
|
||||
public void setAD_Reference_ID (int AD_Reference_ID)
|
||||
{
|
||||
if (AD_Reference_ID <= 0) set_Value ("AD_Reference_ID", null);
|
||||
else
|
||||
set_Value ("AD_Reference_ID", Integer.valueOf(AD_Reference_ID));
|
||||
}
|
||||
/** Get AD_Reference_ID.
|
||||
@return AD_Reference_ID */
|
||||
/** Get Reference.
|
||||
@return System Reference and Validation */
|
||||
public int getAD_Reference_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Reference_ID");
|
||||
if (ii == null) return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Set AD_Table_ID.
|
||||
@param AD_Table_ID AD_Table_ID */
|
||||
/** Set Table.
|
||||
@param AD_Table_ID Database Table information */
|
||||
public void setAD_Table_ID (int AD_Table_ID)
|
||||
{
|
||||
if (AD_Table_ID <= 0) set_Value ("AD_Table_ID", null);
|
||||
else
|
||||
set_Value ("AD_Table_ID", Integer.valueOf(AD_Table_ID));
|
||||
}
|
||||
/** Get AD_Table_ID.
|
||||
@return AD_Table_ID */
|
||||
/** Get Table.
|
||||
@return Database Table information */
|
||||
public int getAD_Table_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Table_ID");
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Package_Imp_Detail
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Package_Imp_Detail extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_Package_Imp_Detail";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Imp_Detail");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
@ -132,16 +132,16 @@ Integer ii = (Integer)get_Value("AD_Package_Imp_ID");
|
|||
if (ii == null) return 0;
|
||||
return ii.intValue();
|
||||
}
|
||||
/** Set AD_Table_ID.
|
||||
@param AD_Table_ID AD_Table_ID */
|
||||
/** Set Table.
|
||||
@param AD_Table_ID Database Table information */
|
||||
public void setAD_Table_ID (int AD_Table_ID)
|
||||
{
|
||||
if (AD_Table_ID <= 0) set_Value ("AD_Table_ID", null);
|
||||
else
|
||||
set_Value ("AD_Table_ID", Integer.valueOf(AD_Table_ID));
|
||||
}
|
||||
/** Get AD_Table_ID.
|
||||
@return AD_Table_ID */
|
||||
/** Get Table.
|
||||
@return Database Table information */
|
||||
public int getAD_Table_ID()
|
||||
{
|
||||
Integer ii = (Integer)get_Value("AD_Table_ID");
|
||||
|
@ -149,7 +149,7 @@ if (ii == null) return 0;
|
|||
return ii.intValue();
|
||||
}
|
||||
/** Set Action.
|
||||
@param Action Action */
|
||||
@param Action Indicates the Action to be performed */
|
||||
public void setAction (String Action)
|
||||
{
|
||||
if (Action != null && Action.length() > 20)
|
||||
|
@ -160,7 +160,7 @@ Action = Action.substring(0,19);
|
|||
set_Value ("Action", Action);
|
||||
}
|
||||
/** Get Action.
|
||||
@return Action */
|
||||
@return Indicates the Action to be performed */
|
||||
public String getAction()
|
||||
{
|
||||
return (String)get_Value("Action");
|
||||
|
@ -182,7 +182,7 @@ if (ii == null) return 0;
|
|||
return ii.intValue();
|
||||
}
|
||||
/** Set Name.
|
||||
@param Name Name */
|
||||
@param Name Alphanumeric identifier of the entity */
|
||||
public void setName (String Name)
|
||||
{
|
||||
if (Name != null && Name.length() > 60)
|
||||
|
@ -193,13 +193,13 @@ Name = Name.substring(0,59);
|
|||
set_Value ("Name", Name);
|
||||
}
|
||||
/** Get Name.
|
||||
@return Name */
|
||||
@return Alphanumeric identifier of the entity */
|
||||
public String getName()
|
||||
{
|
||||
return (String)get_Value("Name");
|
||||
}
|
||||
/** Set Success.
|
||||
@param Success Indicates Success */
|
||||
@param Success Success */
|
||||
public void setSuccess (String Success)
|
||||
{
|
||||
if (Success != null && Success.length() > 20)
|
||||
|
@ -210,13 +210,13 @@ Success = Success.substring(0,19);
|
|||
set_Value ("Success", Success);
|
||||
}
|
||||
/** Get Success.
|
||||
@return Indicates Success */
|
||||
@return Success */
|
||||
public String getSuccess()
|
||||
{
|
||||
return (String)get_Value("Success");
|
||||
}
|
||||
/** Set TableName.
|
||||
@param TableName TableName */
|
||||
/** Set DB Table Name.
|
||||
@param TableName Name of the table in the database */
|
||||
public void setTableName (String TableName)
|
||||
{
|
||||
if (TableName != null && TableName.length() > 60)
|
||||
|
@ -226,14 +226,14 @@ TableName = TableName.substring(0,59);
|
|||
}
|
||||
set_Value ("TableName", TableName);
|
||||
}
|
||||
/** Get TableName.
|
||||
@return TableName */
|
||||
/** Get DB Table Name.
|
||||
@return Name of the table in the database */
|
||||
public String getTableName()
|
||||
{
|
||||
return (String)get_Value("TableName");
|
||||
}
|
||||
/** Set Type.
|
||||
@param Type Type */
|
||||
@param Type Type of Validation (SQL, Java Script, Java Language) */
|
||||
public void setType (String Type)
|
||||
{
|
||||
if (Type != null && Type.length() > 60)
|
||||
|
@ -244,19 +244,19 @@ Type = Type.substring(0,59);
|
|||
set_Value ("Type", Type);
|
||||
}
|
||||
/** Get Type.
|
||||
@return Type */
|
||||
@return Type of Validation (SQL, Java Script, Java Language) */
|
||||
public String getType()
|
||||
{
|
||||
return (String)get_Value("Type");
|
||||
}
|
||||
/** Set Uninstall.
|
||||
@param Uninstall Indicates if an object has been uninstalled or reversed */
|
||||
@param Uninstall Uninstall */
|
||||
public void setUninstall (boolean Uninstall)
|
||||
{
|
||||
set_ValueNoCheck ("Uninstall", Boolean.valueOf(Uninstall));
|
||||
}
|
||||
/** Get Uninstall.
|
||||
@return Indicates if an object has been uninstalled or reversed */
|
||||
@return Uninstall */
|
||||
public boolean isUninstall()
|
||||
{
|
||||
Object oo = get_Value("Uninstall");
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Package_Imp_Inst
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Package_Imp_Inst extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -60,7 +60,7 @@ public static final String Table_Name="AD_Package_Imp_Inst";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Imp_Inst");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Package_Imp_Proc
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Package_Imp_Proc extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_Package_Imp_Proc";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Package_Imp_Proc");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
@ -105,7 +105,7 @@ if (oo != null)
|
|||
return false;
|
||||
}
|
||||
/** Set AD_Package_Dir.
|
||||
@param AD_Package_Dir Where the package directory is located */
|
||||
@param AD_Package_Dir AD_Package_Dir */
|
||||
public void setAD_Package_Dir (String AD_Package_Dir)
|
||||
{
|
||||
if (AD_Package_Dir != null && AD_Package_Dir.length() > 255)
|
||||
|
@ -116,7 +116,7 @@ AD_Package_Dir = AD_Package_Dir.substring(0,254);
|
|||
set_Value ("AD_Package_Dir", AD_Package_Dir);
|
||||
}
|
||||
/** Get AD_Package_Dir.
|
||||
@return Where the package directory is located */
|
||||
@return AD_Package_Dir */
|
||||
public String getAD_Package_Dir()
|
||||
{
|
||||
return (String)get_Value("AD_Package_Dir");
|
||||
|
@ -137,7 +137,7 @@ if (ii == null) return 0;
|
|||
return ii.intValue();
|
||||
}
|
||||
/** Set AD_Package_Source.
|
||||
@param AD_Package_Source Where the package is located */
|
||||
@param AD_Package_Source AD_Package_Source */
|
||||
public void setAD_Package_Source (String AD_Package_Source)
|
||||
{
|
||||
if (AD_Package_Source != null && AD_Package_Source.length() > 255)
|
||||
|
@ -148,7 +148,7 @@ AD_Package_Source = AD_Package_Source.substring(0,254);
|
|||
set_Value ("AD_Package_Source", AD_Package_Source);
|
||||
}
|
||||
/** Get AD_Package_Source.
|
||||
@return Where the package is located */
|
||||
@return AD_Package_Source */
|
||||
public String getAD_Package_Source()
|
||||
{
|
||||
return (String)get_Value("AD_Package_Source");
|
||||
|
@ -180,14 +180,14 @@ public String getAD_Package_Source_Type()
|
|||
{
|
||||
return (String)get_Value("AD_Package_Source_Type");
|
||||
}
|
||||
/** Set Processing.
|
||||
@param Processing Start the import process */
|
||||
/** Set Process Now.
|
||||
@param Processing Process Now */
|
||||
public void setProcessing (boolean Processing)
|
||||
{
|
||||
set_Value ("Processing", Boolean.valueOf(Processing));
|
||||
}
|
||||
/** Get Processing.
|
||||
@return Start the import process */
|
||||
/** Get Process Now.
|
||||
@return Process Now */
|
||||
public boolean isProcessing()
|
||||
{
|
||||
Object oo = get_Value("Processing");
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Preference
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Preference extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_Preference";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Preference");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(7);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||
/** AccessLevel
|
||||
@return 7 - System - Client - Org
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PrintColor
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PrintColor extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_PrintColor";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintColor");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PrintFont
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PrintFont extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_PrintFont";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintFont");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PrintForm
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PrintForm extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_PrintForm";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintForm");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PrintFormat
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PrintFormat extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -71,7 +71,7 @@ public static final String Table_Name="AD_PrintFormat";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintFormat");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(7);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||
/** AccessLevel
|
||||
@return 7 - System - Client - Org
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PrintFormatItem
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PrintFormatItem extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -99,7 +99,7 @@ public static final String Table_Name="AD_PrintFormatItem";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintFormatItem");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(7);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||
/** AccessLevel
|
||||
@return 7 - System - Client - Org
|
||||
*/
|
||||
|
@ -777,13 +777,13 @@ if (oo != null)
|
|||
}
|
||||
return false;
|
||||
}
|
||||
/** Set Calculate Variance (??).
|
||||
/** Set Calculate Variance (?<EFBFBD>).
|
||||
@param IsVarianceCalc Calculate Variance */
|
||||
public void setIsVarianceCalc (boolean IsVarianceCalc)
|
||||
{
|
||||
set_Value ("IsVarianceCalc", Boolean.valueOf(IsVarianceCalc));
|
||||
}
|
||||
/** Get Calculate Variance (??).
|
||||
/** Get Calculate Variance (?<EFBFBD>).
|
||||
@return Calculate Variance */
|
||||
public boolean isVarianceCalc()
|
||||
{
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PrintGraph
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PrintGraph extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -65,7 +65,7 @@ public static final String Table_Name="AD_PrintGraph";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintGraph");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(7);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(7);
|
||||
/** AccessLevel
|
||||
@return 7 - System - Client - Org
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PrintLabel
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PrintLabel extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -66,7 +66,7 @@ public static final String Table_Name="AD_PrintLabel";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintLabel");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PrintLabelLine
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PrintLabelLine extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -67,7 +67,7 @@ public static final String Table_Name="AD_PrintLabelLine";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintLabelLine");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PrintPaper
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PrintPaper extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -68,7 +68,7 @@ public static final String Table_Name="AD_PrintPaper";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintPaper");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_PrintTableFormat
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_PrintTableFormat extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -67,7 +67,7 @@ public static final String Table_Name="AD_PrintTableFormat";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_PrintTableFormat");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Private_Access
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Private_Access extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_Private_Access";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Private_Access");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Process
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Process extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -67,7 +67,7 @@ public static final String Table_Name="AD_Process";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Process");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
@ -334,24 +334,7 @@ if (oo != null)
|
|||
return "Y".equals(oo);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
/** Set Jasper Report.
|
||||
@param JasperReport In this column you store the JasperReport filename */
|
||||
public void setJasperReport (String JasperReport)
|
||||
{
|
||||
if (JasperReport != null && JasperReport.length() > 255)
|
||||
{
|
||||
log.warning("Length > 255 - truncated");
|
||||
JasperReport = JasperReport.substring(0,254);
|
||||
}
|
||||
set_Value ("JasperReport", JasperReport);
|
||||
}
|
||||
/** Get Jasper Report.
|
||||
@return In this column you store the JasperReport filename */
|
||||
public String getJasperReport()
|
||||
{
|
||||
return (String)get_Value("JasperReport");
|
||||
}
|
||||
}
|
||||
/** Set Name.
|
||||
@param Name Alphanumeric identifier of the entity */
|
||||
public void setName (String Name)
|
||||
|
@ -397,7 +380,7 @@ public static final String SHOWHELP_DonTShowHelp = "N";
|
|||
/** Show Help = Y */
|
||||
public static final String SHOWHELP_ShowHelp = "Y";
|
||||
/** Set Show Help.
|
||||
@param ShowHelp To show or hide help for reports / processes */
|
||||
@param ShowHelp Show Help */
|
||||
public void setShowHelp (String ShowHelp)
|
||||
{
|
||||
if (ShowHelp == null || ShowHelp.equals("A") || ShowHelp.equals("N") || ShowHelp.equals("Y"));
|
||||
|
@ -410,7 +393,7 @@ ShowHelp = ShowHelp.substring(0,0);
|
|||
set_Value ("ShowHelp", ShowHelp);
|
||||
}
|
||||
/** Get Show Help.
|
||||
@return To show or hide help for reports / processes */
|
||||
@return Show Help */
|
||||
public String getShowHelp()
|
||||
{
|
||||
return (String)get_Value("ShowHelp");
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Process_Access
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Process_Access extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_Process_Access";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Process_Access");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Process_Para
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Process_Para extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -70,7 +70,7 @@ public static final String Table_Name="AD_Process_Para";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Process_Para");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Record_Access
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Record_Access extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -65,7 +65,7 @@ public static final String Table_Name="AD_Record_Access";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Record_Access");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Ref_List
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Ref_List extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -64,7 +64,7 @@ public static final String Table_Name="AD_Ref_List";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Ref_List");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Ref_Table
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Ref_Table extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -65,7 +65,7 @@ public static final String Table_Name="AD_Ref_Table";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Ref_Table");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Reference
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Reference extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_Reference";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Reference");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Registration
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Registration extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -65,7 +65,7 @@ public static final String Table_Name="AD_Registration";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Registration");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Replication
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Replication extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -67,7 +67,7 @@ public static final String Table_Name="AD_Replication";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Replication");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_ReplicationStrategy
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_ReplicationStrategy extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_ReplicationStrategy";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ReplicationStrategy");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_ReplicationTable
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_ReplicationTable extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -64,7 +64,7 @@ public static final String Table_Name="AD_ReplicationTable";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ReplicationTable");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Replication_Log
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Replication_Log extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_Replication_Log";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Replication_Log");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Replication_Run
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Replication_Run extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_Replication_Run";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Replication_Run");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_ReportView
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_ReportView extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_ReportView";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ReportView");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_ReportView_Col
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_ReportView_Col extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_ReportView_Col";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_ReportView_Col");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Role
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Role extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -76,7 +76,7 @@ public static final String Table_Name="AD_Role";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Role");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Role_OrgAccess
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Role_OrgAccess extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_Role_OrgAccess";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Role_OrgAccess");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Scheduler
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Scheduler extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -67,7 +67,7 @@ public static final String Table_Name="AD_Scheduler";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Scheduler");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_SchedulerLog
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_SchedulerLog extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_SchedulerLog";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_SchedulerLog");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_SchedulerRecipient
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_SchedulerRecipient extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_SchedulerRecipient";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_SchedulerRecipient");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Scheduler_Para
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Scheduler_Para extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_Scheduler_Para";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Scheduler_Para");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Sequence
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Sequence extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -66,7 +66,7 @@ public static final String Table_Name="AD_Sequence";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Sequence");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Sequence_Audit
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Sequence_Audit extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -63,7 +63,7 @@ public static final String Table_Name="AD_Sequence_Audit";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Sequence_Audit");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Sequence_No
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Sequence_No extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -62,7 +62,7 @@ public static final String Table_Name="AD_Sequence_No";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Sequence_No");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Session
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Session extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -61,7 +61,7 @@ public static final String Table_Name="AD_Session";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Session");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_System
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_System extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -69,7 +69,7 @@ public static final String Table_Name="AD_System";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_System");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Tab
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Tab extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -73,7 +73,7 @@ public static final String Table_Name="AD_Tab";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Tab");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Table
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Table extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -70,7 +70,7 @@ public static final String Table_Name="AD_Table";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Table");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(4);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
/** AccessLevel
|
||||
@return 4 - System
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Table_Access
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Table_Access extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -66,7 +66,7 @@ public static final String Table_Name="AD_Table_Access";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Table_Access");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
|
@ -25,8 +25,8 @@ import java.sql.*;
|
|||
import java.math.*;
|
||||
import org.compiere.util.*;
|
||||
/** Generated Model for AD_Task
|
||||
* @author Jorg Janke (generated)
|
||||
* @version Release 3.1.3 - $Id$ */
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.1.4 - $Id$ */
|
||||
public class X_AD_Task extends PO
|
||||
{
|
||||
/** Standard Constructor
|
||||
|
@ -65,7 +65,7 @@ public static final String Table_Name="AD_Task";
|
|||
|
||||
protected static KeyNamePair Model = new KeyNamePair(Table_ID,"AD_Task");
|
||||
|
||||
protected BigDecimal accessLevel = new BigDecimal(6);
|
||||
protected BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
/** AccessLevel
|
||||
@return 6 - System - Client
|
||||
*/
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue