Merge Revision 12584 from /release to /trunk
r12584 Steps to release -> generate complete model for new version (official tables) part 1/5 Regards, Tony
This commit is contained in:
parent
b3d3703437
commit
de1049eb4a
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_AccessLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_AccessLog
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Alert
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Alert
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_AlertProcessor
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_AlertProcessor
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_AlertProcessorLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_AlertProcessorLog
|
||||
{
|
||||
|
@ -93,12 +93,12 @@ public interface I_AD_AlertProcessorLog
|
|||
/** Column name BinaryData */
|
||||
public static final String COLUMNNAME_BinaryData = "BinaryData";
|
||||
|
||||
/** Set BinaryData.
|
||||
/** Set Binary Data.
|
||||
* Binary Data
|
||||
*/
|
||||
public void setBinaryData (byte[] BinaryData);
|
||||
|
||||
/** Get BinaryData.
|
||||
/** Get Binary Data.
|
||||
* Binary Data
|
||||
*/
|
||||
public byte[] getBinaryData();
|
||||
|
@ -149,12 +149,12 @@ public interface I_AD_AlertProcessorLog
|
|||
public static final String COLUMNNAME_IsError = "IsError";
|
||||
|
||||
/** Set Error.
|
||||
* An Error occured in the execution
|
||||
* An Error occurred in the execution
|
||||
*/
|
||||
public void setIsError (boolean IsError);
|
||||
|
||||
/** Get Error.
|
||||
* An Error occured in the execution
|
||||
* An Error occurred in the execution
|
||||
*/
|
||||
public boolean isError();
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_AlertRecipient
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_AlertRecipient
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_AlertRule
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_AlertRule
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Archive
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Archive
|
||||
{
|
||||
|
@ -108,12 +108,12 @@ public interface I_AD_Archive
|
|||
/** Column name BinaryData */
|
||||
public static final String COLUMNNAME_BinaryData = "BinaryData";
|
||||
|
||||
/** Set BinaryData.
|
||||
/** Set Binary Data.
|
||||
* Binary Data
|
||||
*/
|
||||
public void setBinaryData (byte[] BinaryData);
|
||||
|
||||
/** Get BinaryData.
|
||||
/** Get Binary Data.
|
||||
* Binary Data
|
||||
*/
|
||||
public byte[] getBinaryData();
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Attachment
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Attachment
|
||||
{
|
||||
|
@ -93,12 +93,12 @@ public interface I_AD_Attachment
|
|||
/** Column name BinaryData */
|
||||
public static final String COLUMNNAME_BinaryData = "BinaryData";
|
||||
|
||||
/** Set BinaryData.
|
||||
/** Set Binary Data.
|
||||
* Binary Data
|
||||
*/
|
||||
public void setBinaryData (byte[] BinaryData);
|
||||
|
||||
/** Get BinaryData.
|
||||
/** Get Binary Data.
|
||||
* Binary Data
|
||||
*/
|
||||
public byte[] getBinaryData();
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_AttachmentNote
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_AttachmentNote
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Attribute
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Attribute
|
||||
{
|
||||
|
@ -334,12 +334,12 @@ public interface I_AD_Attribute
|
|||
/** Column name IsUpdateable */
|
||||
public static final String COLUMNNAME_IsUpdateable = "IsUpdateable";
|
||||
|
||||
/** Set Updateable.
|
||||
/** Set Updatable.
|
||||
* Determines, if the field can be updated
|
||||
*/
|
||||
public void setIsUpdateable (boolean IsUpdateable);
|
||||
|
||||
/** Get Updateable.
|
||||
/** Get Updatable.
|
||||
* Determines, if the field can be updated
|
||||
*/
|
||||
public boolean isUpdateable();
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Attribute_Value
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Attribute_Value
|
||||
{
|
||||
|
@ -66,27 +66,27 @@ public interface I_AD_Attribute_Value
|
|||
/** Column name V_Date */
|
||||
public static final String COLUMNNAME_V_Date = "V_Date";
|
||||
|
||||
/** Set V_Date */
|
||||
/** Set Date */
|
||||
public void setV_Date (Timestamp V_Date);
|
||||
|
||||
/** Get V_Date */
|
||||
/** Get Date */
|
||||
public Timestamp getV_Date();
|
||||
|
||||
/** Column name V_Number */
|
||||
public static final String COLUMNNAME_V_Number = "V_Number";
|
||||
|
||||
/** Set V_Number */
|
||||
/** Set Number */
|
||||
public void setV_Number (String V_Number);
|
||||
|
||||
/** Get V_Number */
|
||||
/** Get Number */
|
||||
public String getV_Number();
|
||||
|
||||
/** Column name V_String */
|
||||
public static final String COLUMNNAME_V_String = "V_String";
|
||||
|
||||
/** Set V_String */
|
||||
/** Set String */
|
||||
public void setV_String (String V_String);
|
||||
|
||||
/** Get V_String */
|
||||
/** Get String */
|
||||
public String getV_String();
|
||||
}
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_ChangeLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_ChangeLog
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Client
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Client
|
||||
{
|
||||
|
@ -200,13 +200,13 @@ public interface I_AD_Client
|
|||
/** Column name IsPostImmediate */
|
||||
public static final String COLUMNNAME_IsPostImmediate = "IsPostImmediate";
|
||||
|
||||
/** Set Post Immediately.
|
||||
* Post the accounting immediately for testing
|
||||
/** Set Post Immediately (Deprecated).
|
||||
* Post the accounting immediately for testing (Deprecated)
|
||||
*/
|
||||
public void setIsPostImmediate (boolean IsPostImmediate);
|
||||
|
||||
/** Get Post Immediately.
|
||||
* Post the accounting immediately for testing
|
||||
/** Get Post Immediately (Deprecated).
|
||||
* Post the accounting immediately for testing (Deprecated)
|
||||
*/
|
||||
public boolean isPostImmediate();
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_ClientInfo
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_ClientInfo
|
||||
{
|
||||
|
@ -66,12 +66,12 @@ public interface I_AD_ClientInfo
|
|||
public static final String COLUMNNAME_AD_Tree_Activity_ID = "AD_Tree_Activity_ID";
|
||||
|
||||
/** Set Activity Tree.
|
||||
* Tree to determine activity hierarchy
|
||||
* Trees are used for (financial) reporting
|
||||
*/
|
||||
public void setAD_Tree_Activity_ID (int AD_Tree_Activity_ID);
|
||||
|
||||
/** Get Activity Tree.
|
||||
* Tree to determine activity hierarchy
|
||||
* Trees are used for (financial) reporting
|
||||
*/
|
||||
public int getAD_Tree_Activity_ID();
|
||||
|
||||
|
@ -81,12 +81,12 @@ public interface I_AD_ClientInfo
|
|||
public static final String COLUMNNAME_AD_Tree_BPartner_ID = "AD_Tree_BPartner_ID";
|
||||
|
||||
/** Set BPartner Tree.
|
||||
* Tree to determine business partner hierarchy
|
||||
* Trees are used for (financial) reporting
|
||||
*/
|
||||
public void setAD_Tree_BPartner_ID (int AD_Tree_BPartner_ID);
|
||||
|
||||
/** Get BPartner Tree.
|
||||
* Tree to determine business partner hierarchy
|
||||
* Trees are used for (financial) reporting
|
||||
*/
|
||||
public int getAD_Tree_BPartner_ID();
|
||||
|
||||
|
@ -96,12 +96,12 @@ public interface I_AD_ClientInfo
|
|||
public static final String COLUMNNAME_AD_Tree_Campaign_ID = "AD_Tree_Campaign_ID";
|
||||
|
||||
/** Set Campaign Tree.
|
||||
* Tree to determine marketing campaign hierarchy
|
||||
* Trees are used for (financial) reporting
|
||||
*/
|
||||
public void setAD_Tree_Campaign_ID (int AD_Tree_Campaign_ID);
|
||||
|
||||
/** Get Campaign Tree.
|
||||
* Tree to determine marketing campaign hierarchy
|
||||
* Trees are used for (financial) reporting
|
||||
*/
|
||||
public int getAD_Tree_Campaign_ID();
|
||||
|
||||
|
@ -126,12 +126,12 @@ public interface I_AD_ClientInfo
|
|||
public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID";
|
||||
|
||||
/** Set Organization Tree.
|
||||
* Tree to determine organizational hierarchy
|
||||
* Trees are used for (financial) reporting and security access (via role)
|
||||
*/
|
||||
public void setAD_Tree_Org_ID (int AD_Tree_Org_ID);
|
||||
|
||||
/** Get Organization Tree.
|
||||
* Tree to determine organizational hierarchy
|
||||
* Trees are used for (financial) reporting and security access (via role)
|
||||
*/
|
||||
public int getAD_Tree_Org_ID();
|
||||
|
||||
|
@ -141,12 +141,12 @@ public interface I_AD_ClientInfo
|
|||
public static final String COLUMNNAME_AD_Tree_Product_ID = "AD_Tree_Product_ID";
|
||||
|
||||
/** Set Product Tree.
|
||||
* Tree to determine product hierarchy
|
||||
* Trees are used for (financial) reporting
|
||||
*/
|
||||
public void setAD_Tree_Product_ID (int AD_Tree_Product_ID);
|
||||
|
||||
/** Get Product Tree.
|
||||
* Tree to determine product hierarchy
|
||||
* Trees are used for (financial) reporting
|
||||
*/
|
||||
public int getAD_Tree_Product_ID();
|
||||
|
||||
|
@ -156,12 +156,12 @@ public interface I_AD_ClientInfo
|
|||
public static final String COLUMNNAME_AD_Tree_Project_ID = "AD_Tree_Project_ID";
|
||||
|
||||
/** Set Project Tree.
|
||||
* Tree to determine project hierarchy
|
||||
* Trees are used for (financial) reporting
|
||||
*/
|
||||
public void setAD_Tree_Project_ID (int AD_Tree_Project_ID);
|
||||
|
||||
/** Get Project Tree.
|
||||
* Tree to determine project hierarchy
|
||||
* Trees are used for (financial) reporting
|
||||
*/
|
||||
public int getAD_Tree_Project_ID();
|
||||
|
||||
|
@ -171,12 +171,12 @@ public interface I_AD_ClientInfo
|
|||
public static final String COLUMNNAME_AD_Tree_SalesRegion_ID = "AD_Tree_SalesRegion_ID";
|
||||
|
||||
/** Set Sales Region Tree.
|
||||
* Tree to determine sales regional hierarchy
|
||||
* Trees are used for (financial) reporting
|
||||
*/
|
||||
public void setAD_Tree_SalesRegion_ID (int AD_Tree_SalesRegion_ID);
|
||||
|
||||
/** Get Sales Region Tree.
|
||||
* Tree to determine sales regional hierarchy
|
||||
* Trees are used for (financial) reporting
|
||||
*/
|
||||
public int getAD_Tree_SalesRegion_ID();
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_ClientShare
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_ClientShare
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Color
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Color
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Column
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Column
|
||||
{
|
||||
|
@ -474,12 +474,12 @@ public interface I_AD_Column
|
|||
/** Column name IsUpdateable */
|
||||
public static final String COLUMNNAME_IsUpdateable = "IsUpdateable";
|
||||
|
||||
/** Set Updateable.
|
||||
/** Set Updatable.
|
||||
* Determines, if the field can be updated
|
||||
*/
|
||||
public void setIsUpdateable (boolean IsUpdateable);
|
||||
|
||||
/** Get Updateable.
|
||||
/** Get Updatable.
|
||||
* Determines, if the field can be updated
|
||||
*/
|
||||
public boolean isUpdateable();
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Column_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Column_Access
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Desktop
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Desktop
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_DesktopWorkbench
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_DesktopWorkbench
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Document_Action_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Document_Action_Access
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Element
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Element
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_EntityType
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_EntityType
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Error
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Error
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Field
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Field
|
||||
{
|
||||
|
@ -267,12 +267,12 @@ public interface I_AD_Field
|
|||
public static final String COLUMNNAME_Included_Tab_ID = "Included_Tab_ID";
|
||||
|
||||
/** Set Included Tab.
|
||||
* Included Tab in this Tab (Master Dateail)
|
||||
* Included Tab in this Tab (Master Detail)
|
||||
*/
|
||||
public void setIncluded_Tab_ID (int Included_Tab_ID);
|
||||
|
||||
/** Get Included Tab.
|
||||
* Included Tab in this Tab (Master Dateail)
|
||||
* Included Tab in this Tab (Master Detail)
|
||||
*/
|
||||
public int getIncluded_Tab_ID();
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_FieldGroup
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_FieldGroup
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Find
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Find
|
||||
{
|
||||
|
@ -118,10 +118,10 @@ public interface I_AD_Find
|
|||
/** Column name Find_ID */
|
||||
public static final String COLUMNNAME_Find_ID = "Find_ID";
|
||||
|
||||
/** Set Find_ID */
|
||||
/** Set Find */
|
||||
public void setFind_ID (BigDecimal Find_ID);
|
||||
|
||||
/** Get Find_ID */
|
||||
/** Get Find */
|
||||
public BigDecimal getFind_ID();
|
||||
|
||||
/** Column name IsActive */
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Form
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Form
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Form_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Form_Access
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_HouseKeeping
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_HouseKeeping
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Image
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Image
|
||||
{
|
||||
|
@ -35,9 +35,9 @@ public interface I_AD_Image
|
|||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
/** AccessLevel = 4 - System
|
||||
/** AccessLevel = 6 - System - Client
|
||||
*/
|
||||
BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
|
||||
/** Load Meta Data */
|
||||
|
||||
|
@ -78,12 +78,12 @@ public interface I_AD_Image
|
|||
/** Column name BinaryData */
|
||||
public static final String COLUMNNAME_BinaryData = "BinaryData";
|
||||
|
||||
/** Set BinaryData.
|
||||
/** Set Binary Data.
|
||||
* Binary Data
|
||||
*/
|
||||
public void setBinaryData (byte[] BinaryData);
|
||||
|
||||
/** Get BinaryData.
|
||||
/** Get Binary Data.
|
||||
* Binary Data
|
||||
*/
|
||||
public byte[] getBinaryData();
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_ImpFormat
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_ImpFormat
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_ImpFormat_Row
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_ImpFormat_Row
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_InfoColumn
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_InfoColumn
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_InfoWindow
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_InfoWindow
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Issue
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Issue
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_LabelPrinter
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_LabelPrinter
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_LabelPrinterFunction
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_LabelPrinterFunction
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Language
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Language
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_LdapAccess
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_LdapAccess
|
||||
{
|
||||
|
@ -151,12 +151,12 @@ public interface I_AD_LdapAccess
|
|||
public static final String COLUMNNAME_IsError = "IsError";
|
||||
|
||||
/** Set Error.
|
||||
* An Error occured in the execution
|
||||
* An Error occurred in the execution
|
||||
*/
|
||||
public void setIsError (boolean IsError);
|
||||
|
||||
/** Get Error.
|
||||
* An Error occured in the execution
|
||||
* An Error occurred in the execution
|
||||
*/
|
||||
public boolean isError();
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_LdapProcessor
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_LdapProcessor
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_LdapProcessorLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_LdapProcessorLog
|
||||
{
|
||||
|
@ -93,12 +93,12 @@ public interface I_AD_LdapProcessorLog
|
|||
/** Column name BinaryData */
|
||||
public static final String COLUMNNAME_BinaryData = "BinaryData";
|
||||
|
||||
/** Set BinaryData.
|
||||
/** Set Binary Data.
|
||||
* Binary Data
|
||||
*/
|
||||
public void setBinaryData (byte[] BinaryData);
|
||||
|
||||
/** Get BinaryData.
|
||||
/** Get Binary Data.
|
||||
* Binary Data
|
||||
*/
|
||||
public byte[] getBinaryData();
|
||||
|
@ -149,12 +149,12 @@ public interface I_AD_LdapProcessorLog
|
|||
public static final String COLUMNNAME_IsError = "IsError";
|
||||
|
||||
/** Set Error.
|
||||
* An Error occured in the execution
|
||||
* An Error occurred in the execution
|
||||
*/
|
||||
public void setIsError (boolean IsError);
|
||||
|
||||
/** Get Error.
|
||||
* An Error occured in the execution
|
||||
* An Error occurred in the execution
|
||||
*/
|
||||
public boolean isError();
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Menu
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Menu
|
||||
{
|
||||
|
@ -235,6 +235,19 @@ public interface I_AD_Menu
|
|||
*/
|
||||
public boolean isActive();
|
||||
|
||||
/** Column name IsCentrallyMaintained */
|
||||
public static final String COLUMNNAME_IsCentrallyMaintained = "IsCentrallyMaintained";
|
||||
|
||||
/** Set Centrally maintained.
|
||||
* Information maintained in System Element table
|
||||
*/
|
||||
public void setIsCentrallyMaintained (boolean IsCentrallyMaintained);
|
||||
|
||||
/** Get Centrally maintained.
|
||||
* Information maintained in System Element table
|
||||
*/
|
||||
public boolean isCentrallyMaintained();
|
||||
|
||||
/** Column name IsReadOnly */
|
||||
public static final String COLUMNNAME_IsReadOnly = "IsReadOnly";
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Message
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Message
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_MigrationScript
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_MigrationScript
|
||||
{
|
||||
|
@ -52,10 +52,14 @@ public interface I_AD_MigrationScript
|
|||
/** Column name AD_MigrationScript_ID */
|
||||
public static final String COLUMNNAME_AD_MigrationScript_ID = "AD_MigrationScript_ID";
|
||||
|
||||
/** Set Migration Script */
|
||||
/** Set Migration Script.
|
||||
* Table to check whether the migration script has been applied
|
||||
*/
|
||||
public void setAD_MigrationScript_ID (int AD_MigrationScript_ID);
|
||||
|
||||
/** Get Migration Script */
|
||||
/** Get Migration Script.
|
||||
* Table to check whether the migration script has been applied
|
||||
*/
|
||||
public int getAD_MigrationScript_ID();
|
||||
|
||||
/** Column name AD_Org_ID */
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_ModelValidator
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_ModelValidator
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Modification
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Modification
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Note
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Note
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Org
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Org
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_OrgInfo
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_OrgInfo
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_OrgType
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_OrgType
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PInstance
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PInstance
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PInstance_Log
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PInstance_Log
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PInstance_Para
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PInstance_Para
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Package_Exp
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Package_Exp
|
||||
{
|
||||
|
@ -65,19 +65,19 @@ public interface I_AD_Package_Exp
|
|||
/** Column name AD_Package_Exp_ID */
|
||||
public static final String COLUMNNAME_AD_Package_Exp_ID = "AD_Package_Exp_ID";
|
||||
|
||||
/** Set AD_Package_Exp_ID */
|
||||
/** Set Package Exp. */
|
||||
public void setAD_Package_Exp_ID (int AD_Package_Exp_ID);
|
||||
|
||||
/** Get AD_Package_Exp_ID */
|
||||
/** Get Package Exp. */
|
||||
public int getAD_Package_Exp_ID();
|
||||
|
||||
/** Column name AD_Package_Type */
|
||||
public static final String COLUMNNAME_AD_Package_Type = "AD_Package_Type";
|
||||
|
||||
/** Set AD_Package_Type */
|
||||
/** Set Package Type */
|
||||
public void setAD_Package_Type (String AD_Package_Type);
|
||||
|
||||
/** Get AD_Package_Type */
|
||||
/** Get Package Type */
|
||||
public String getAD_Package_Type();
|
||||
|
||||
/** Column name Created */
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Package_Exp_Common
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Package_Exp_Common
|
||||
{
|
||||
|
@ -106,10 +106,10 @@ public interface I_AD_Package_Exp_Common
|
|||
/** Column name AD_Package_Exp_Common_ID */
|
||||
public static final String COLUMNNAME_AD_Package_Exp_Common_ID = "AD_Package_Exp_Common_ID";
|
||||
|
||||
/** Set AD_Package_Exp_Common_ID */
|
||||
/** Set Common Package Exp. */
|
||||
public void setAD_Package_Exp_Common_ID (int AD_Package_Exp_Common_ID);
|
||||
|
||||
/** Get AD_Package_Exp_Common_ID */
|
||||
/** Get Common Package Exp. */
|
||||
public int getAD_Package_Exp_Common_ID();
|
||||
|
||||
/** Column name AD_Process_ID */
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Package_Exp_Detail
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Package_Exp_Detail
|
||||
{
|
||||
|
@ -147,37 +147,37 @@ public interface I_AD_Package_Exp_Detail
|
|||
/** Column name AD_Package_Code_New */
|
||||
public static final String COLUMNNAME_AD_Package_Code_New = "AD_Package_Code_New";
|
||||
|
||||
/** Set AD_Package_Code_New */
|
||||
/** Set New Package Code */
|
||||
public void setAD_Package_Code_New (String AD_Package_Code_New);
|
||||
|
||||
/** Get AD_Package_Code_New */
|
||||
/** Get New Package Code */
|
||||
public String getAD_Package_Code_New();
|
||||
|
||||
/** Column name AD_Package_Code_Old */
|
||||
public static final String COLUMNNAME_AD_Package_Code_Old = "AD_Package_Code_Old";
|
||||
|
||||
/** Set AD_Package_Code_Old */
|
||||
/** Set Old Package Code */
|
||||
public void setAD_Package_Code_Old (String AD_Package_Code_Old);
|
||||
|
||||
/** Get AD_Package_Code_Old */
|
||||
/** Get Old Package Code */
|
||||
public String getAD_Package_Code_Old();
|
||||
|
||||
/** Column name AD_Package_Exp_Detail_ID */
|
||||
public static final String COLUMNNAME_AD_Package_Exp_Detail_ID = "AD_Package_Exp_Detail_ID";
|
||||
|
||||
/** Set AD_Package_Exp_Detail_ID */
|
||||
/** Set Package Exp. Detail */
|
||||
public void setAD_Package_Exp_Detail_ID (int AD_Package_Exp_Detail_ID);
|
||||
|
||||
/** Get AD_Package_Exp_Detail_ID */
|
||||
/** Get Package Exp. Detail */
|
||||
public int getAD_Package_Exp_Detail_ID();
|
||||
|
||||
/** Column name AD_Package_Exp_ID */
|
||||
public static final String COLUMNNAME_AD_Package_Exp_ID = "AD_Package_Exp_ID";
|
||||
|
||||
/** Set AD_Package_Exp_ID */
|
||||
/** Set Package Exp. */
|
||||
public void setAD_Package_Exp_ID (int AD_Package_Exp_ID);
|
||||
|
||||
/** Get AD_Package_Exp_ID */
|
||||
/** Get Package Exp. */
|
||||
public int getAD_Package_Exp_ID();
|
||||
|
||||
/** Column name AD_PrintFormat_ID */
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Package_Imp
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Package_Imp
|
||||
{
|
||||
|
@ -65,10 +65,10 @@ public interface I_AD_Package_Imp
|
|||
/** Column name AD_Package_Imp_ID */
|
||||
public static final String COLUMNNAME_AD_Package_Imp_ID = "AD_Package_Imp_ID";
|
||||
|
||||
/** Set AD_Package_Imp_ID */
|
||||
/** Set Package Imp. */
|
||||
public void setAD_Package_Imp_ID (int AD_Package_Imp_ID);
|
||||
|
||||
/** Get AD_Package_Imp_ID */
|
||||
/** Get Package Imp. */
|
||||
public int getAD_Package_Imp_ID();
|
||||
|
||||
/** Column name Created */
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Package_Imp_Backup
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Package_Imp_Backup
|
||||
{
|
||||
|
@ -80,46 +80,46 @@ public interface I_AD_Package_Imp_Backup
|
|||
/** Column name AD_Package_Imp_Backup_ID */
|
||||
public static final String COLUMNNAME_AD_Package_Imp_Backup_ID = "AD_Package_Imp_Backup_ID";
|
||||
|
||||
/** Set AD_Package_Imp_Backup_ID */
|
||||
/** Set Imp. Package Backup */
|
||||
public void setAD_Package_Imp_Backup_ID (int AD_Package_Imp_Backup_ID);
|
||||
|
||||
/** Get AD_Package_Imp_Backup_ID */
|
||||
/** Get Imp. Package Backup */
|
||||
public int getAD_Package_Imp_Backup_ID();
|
||||
|
||||
/** Column name AD_Package_Imp_Bck_Dir */
|
||||
public static final String COLUMNNAME_AD_Package_Imp_Bck_Dir = "AD_Package_Imp_Bck_Dir";
|
||||
|
||||
/** Set AD_Package_Imp_Bck_Dir */
|
||||
/** Set Package Imp. Bck. Directory */
|
||||
public void setAD_Package_Imp_Bck_Dir (String AD_Package_Imp_Bck_Dir);
|
||||
|
||||
/** Get AD_Package_Imp_Bck_Dir */
|
||||
/** Get Package Imp. Bck. Directory */
|
||||
public String getAD_Package_Imp_Bck_Dir();
|
||||
|
||||
/** Column name AD_Package_Imp_Detail_ID */
|
||||
public static final String COLUMNNAME_AD_Package_Imp_Detail_ID = "AD_Package_Imp_Detail_ID";
|
||||
|
||||
/** Set AD_Package_Imp_Detail_ID */
|
||||
/** Set Imp. Package Detail */
|
||||
public void setAD_Package_Imp_Detail_ID (int AD_Package_Imp_Detail_ID);
|
||||
|
||||
/** Get AD_Package_Imp_Detail_ID */
|
||||
/** Get Imp. Package Detail */
|
||||
public int getAD_Package_Imp_Detail_ID();
|
||||
|
||||
/** Column name AD_Package_Imp_ID */
|
||||
public static final String COLUMNNAME_AD_Package_Imp_ID = "AD_Package_Imp_ID";
|
||||
|
||||
/** Set AD_Package_Imp_ID */
|
||||
/** Set Package Imp. */
|
||||
public void setAD_Package_Imp_ID (int AD_Package_Imp_ID);
|
||||
|
||||
/** Get AD_Package_Imp_ID */
|
||||
/** Get Package Imp. */
|
||||
public int getAD_Package_Imp_ID();
|
||||
|
||||
/** Column name AD_Package_Imp_Org_Dir */
|
||||
public static final String COLUMNNAME_AD_Package_Imp_Org_Dir = "AD_Package_Imp_Org_Dir";
|
||||
|
||||
/** Set AD_Package_Imp_Org_Dir */
|
||||
/** Set Package Imp. Org. Dir. */
|
||||
public void setAD_Package_Imp_Org_Dir (String AD_Package_Imp_Org_Dir);
|
||||
|
||||
/** Get AD_Package_Imp_Org_Dir */
|
||||
/** Get Package Imp. Org. Dir. */
|
||||
public String getAD_Package_Imp_Org_Dir();
|
||||
|
||||
/** Column name AD_Reference_ID */
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Package_Imp_Detail
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Package_Imp_Detail
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Package_Imp_Inst
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Package_Imp_Inst
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Package_Imp_Proc
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Package_Imp_Proc
|
||||
{
|
||||
|
@ -87,10 +87,10 @@ public interface I_AD_Package_Imp_Proc
|
|||
/** Column name AD_Package_Imp_Proc_ID */
|
||||
public static final String COLUMNNAME_AD_Package_Imp_Proc_ID = "AD_Package_Imp_Proc_ID";
|
||||
|
||||
/** Set AD_Package_Imp_Proc_ID */
|
||||
/** Set Package Imp. Proc. */
|
||||
public void setAD_Package_Imp_Proc_ID (int AD_Package_Imp_Proc_ID);
|
||||
|
||||
/** Get AD_Package_Imp_Proc_ID */
|
||||
/** Get Package Imp. Proc. */
|
||||
public int getAD_Package_Imp_Proc_ID();
|
||||
|
||||
/** Column name AD_Package_Source */
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Preference
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Preference
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PrintColor
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PrintColor
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PrintFont
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PrintFont
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PrintForm
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PrintForm
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PrintFormat
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PrintFormat
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PrintFormatItem
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PrintFormatItem
|
||||
{
|
||||
|
@ -288,12 +288,12 @@ public interface I_AD_PrintFormatItem
|
|||
/** Column name IsAveraged */
|
||||
public static final String COLUMNNAME_IsAveraged = "IsAveraged";
|
||||
|
||||
/** Set Calculate Mean (?).
|
||||
/** Set Calculate Mean (μ).
|
||||
* Calculate Average of numeric content or length
|
||||
*/
|
||||
public void setIsAveraged (boolean IsAveraged);
|
||||
|
||||
/** Get Calculate Mean (?).
|
||||
/** Get Calculate Mean (μ).
|
||||
* Calculate Average of numeric content or length
|
||||
*/
|
||||
public boolean isAveraged();
|
||||
|
@ -314,12 +314,12 @@ public interface I_AD_PrintFormatItem
|
|||
/** Column name IsCounted */
|
||||
public static final String COLUMNNAME_IsCounted = "IsCounted";
|
||||
|
||||
/** Set Calculate Count (?).
|
||||
/** Set Calculate Count (№).
|
||||
* Count number of not empty elements
|
||||
*/
|
||||
public void setIsCounted (boolean IsCounted);
|
||||
|
||||
/** Get Calculate Count (?).
|
||||
/** Get Calculate Count (№).
|
||||
* Count number of not empty elements
|
||||
*/
|
||||
public boolean isCounted();
|
||||
|
@ -327,12 +327,12 @@ public interface I_AD_PrintFormatItem
|
|||
/** Column name IsDeviationCalc */
|
||||
public static final String COLUMNNAME_IsDeviationCalc = "IsDeviationCalc";
|
||||
|
||||
/** Set Calculate Deviation (?).
|
||||
/** Set Calculate Deviation (σ).
|
||||
* Calculate Standard Deviation
|
||||
*/
|
||||
public void setIsDeviationCalc (boolean IsDeviationCalc);
|
||||
|
||||
/** Get Calculate Deviation (?).
|
||||
/** Get Calculate Deviation (σ).
|
||||
* Calculate Standard Deviation
|
||||
*/
|
||||
public boolean isDeviationCalc();
|
||||
|
@ -405,25 +405,25 @@ public interface I_AD_PrintFormatItem
|
|||
/** Column name IsMaxCalc */
|
||||
public static final String COLUMNNAME_IsMaxCalc = "IsMaxCalc";
|
||||
|
||||
/** Set Calculate Maximim (?).
|
||||
* Calculate the maximim amount
|
||||
/** Set Calculate Maximum (?).
|
||||
* Calculate the maximum amount
|
||||
*/
|
||||
public void setIsMaxCalc (boolean IsMaxCalc);
|
||||
|
||||
/** Get Calculate Maximim (?).
|
||||
* Calculate the maximim amount
|
||||
/** Get Calculate Maximum (?).
|
||||
* Calculate the maximum amount
|
||||
*/
|
||||
public boolean isMaxCalc();
|
||||
|
||||
/** Column name IsMinCalc */
|
||||
public static final String COLUMNNAME_IsMinCalc = "IsMinCalc";
|
||||
|
||||
/** Set Calculate Minimum (?).
|
||||
/** Set Calculate Minimum (↓).
|
||||
* Calculate the minimum amount
|
||||
*/
|
||||
public void setIsMinCalc (boolean IsMinCalc);
|
||||
|
||||
/** Get Calculate Minimum (?).
|
||||
/** Get Calculate Minimum (↓).
|
||||
* Calculate the minimum amount
|
||||
*/
|
||||
public boolean isMinCalc();
|
||||
|
@ -535,12 +535,12 @@ public interface I_AD_PrintFormatItem
|
|||
/** Column name IsSummarized */
|
||||
public static final String COLUMNNAME_IsSummarized = "IsSummarized";
|
||||
|
||||
/** Set Calculate Sum (?).
|
||||
/** Set Calculate Sum (Σ).
|
||||
* Calculate the Sum of numeric content or length
|
||||
*/
|
||||
public void setIsSummarized (boolean IsSummarized);
|
||||
|
||||
/** Get Calculate Sum (?).
|
||||
/** Get Calculate Sum (Σ).
|
||||
* Calculate the Sum of numeric content or length
|
||||
*/
|
||||
public boolean isSummarized();
|
||||
|
@ -574,12 +574,12 @@ public interface I_AD_PrintFormatItem
|
|||
/** Column name IsVarianceCalc */
|
||||
public static final String COLUMNNAME_IsVarianceCalc = "IsVarianceCalc";
|
||||
|
||||
/** Set Calculate Variance (?<EFBFBD>).
|
||||
/** Set Calculate Variance (σ²).
|
||||
* Calculate Variance
|
||||
*/
|
||||
public void setIsVarianceCalc (boolean IsVarianceCalc);
|
||||
|
||||
/** Get Calculate Variance (?<EFBFBD>).
|
||||
/** Get Calculate Variance (σ²).
|
||||
* Calculate Variance
|
||||
*/
|
||||
public boolean isVarianceCalc();
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PrintGraph
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PrintGraph
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PrintLabel
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PrintLabel
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PrintLabelLine
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PrintLabelLine
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PrintPaper
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PrintPaper
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_PrintTableFormat
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_PrintTableFormat
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Private_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Private_Access
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Process
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Process
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Process_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Process_Access
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Process_Para
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Process_Para
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Record_Access
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Record_Access
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Ref_List
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Ref_List
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Ref_Table
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Ref_Table
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Reference
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Reference
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Registration
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Registration
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_RelationType
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_RelationType
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Replication
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Replication
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_ReplicationDocument
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_ReplicationDocument
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_ReplicationStrategy
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_ReplicationStrategy
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_ReplicationTable
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_ReplicationTable
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Replication_Log
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Replication_Log
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Replication_Run
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Replication_Run
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_ReportView
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_ReportView
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_ReportView_Col
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_ReportView_Col
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Role
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Role
|
||||
{
|
||||
|
@ -94,12 +94,12 @@ public interface I_AD_Role
|
|||
public static final String COLUMNNAME_AD_Tree_Org_ID = "AD_Tree_Org_ID";
|
||||
|
||||
/** Set Organization Tree.
|
||||
* Tree to determine organizational hierarchy
|
||||
* Trees are used for (financial) reporting and security access (via role)
|
||||
*/
|
||||
public void setAD_Tree_Org_ID (int AD_Tree_Org_ID);
|
||||
|
||||
/** Get Organization Tree.
|
||||
* Tree to determine organizational hierarchy
|
||||
* Trees are used for (financial) reporting and security access (via role)
|
||||
*/
|
||||
public int getAD_Tree_Org_ID();
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Role_Included
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Role_Included
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Role_OrgAccess
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Role_OrgAccess
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Rule
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Rule
|
||||
{
|
||||
|
@ -35,12 +35,25 @@ public interface I_AD_Rule
|
|||
|
||||
KeyNamePair Model = new KeyNamePair(Table_ID, Table_Name);
|
||||
|
||||
/** AccessLevel = 6 - System - Client
|
||||
/** AccessLevel = 4 - System
|
||||
*/
|
||||
BigDecimal accessLevel = BigDecimal.valueOf(6);
|
||||
BigDecimal accessLevel = BigDecimal.valueOf(4);
|
||||
|
||||
/** Load Meta Data */
|
||||
|
||||
/** Column name AccessLevel */
|
||||
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
|
||||
|
||||
/** Set Data Access Level.
|
||||
* Access Level required
|
||||
*/
|
||||
public void setAccessLevel (String AccessLevel);
|
||||
|
||||
/** Get Data Access Level.
|
||||
* Access Level required
|
||||
*/
|
||||
public String getAccessLevel();
|
||||
|
||||
/** Column name AD_Client_ID */
|
||||
public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID";
|
||||
|
||||
|
@ -71,19 +84,6 @@ public interface I_AD_Rule
|
|||
/** Get Rule */
|
||||
public int getAD_Rule_ID();
|
||||
|
||||
/** Column name AccessLevel */
|
||||
public static final String COLUMNNAME_AccessLevel = "AccessLevel";
|
||||
|
||||
/** Set Data Access Level.
|
||||
* Access Level required
|
||||
*/
|
||||
public void setAccessLevel (String AccessLevel);
|
||||
|
||||
/** Get Data Access Level.
|
||||
* Access Level required
|
||||
*/
|
||||
public String getAccessLevel();
|
||||
|
||||
/** Column name Created */
|
||||
public static final String COLUMNNAME_Created = "Created";
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Scheduler
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Scheduler
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_SchedulerLog
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_SchedulerLog
|
||||
{
|
||||
|
@ -93,12 +93,12 @@ public interface I_AD_SchedulerLog
|
|||
/** Column name BinaryData */
|
||||
public static final String COLUMNNAME_BinaryData = "BinaryData";
|
||||
|
||||
/** Set BinaryData.
|
||||
/** Set Binary Data.
|
||||
* Binary Data
|
||||
*/
|
||||
public void setBinaryData (byte[] BinaryData);
|
||||
|
||||
/** Get BinaryData.
|
||||
/** Get Binary Data.
|
||||
* Binary Data
|
||||
*/
|
||||
public byte[] getBinaryData();
|
||||
|
@ -149,12 +149,12 @@ public interface I_AD_SchedulerLog
|
|||
public static final String COLUMNNAME_IsError = "IsError";
|
||||
|
||||
/** Set Error.
|
||||
* An Error occured in the execution
|
||||
* An Error occurred in the execution
|
||||
*/
|
||||
public void setIsError (boolean IsError);
|
||||
|
||||
/** Get Error.
|
||||
* An Error occured in the execution
|
||||
* An Error occurred in the execution
|
||||
*/
|
||||
public boolean isError();
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_SchedulerRecipient
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_SchedulerRecipient
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_Scheduler_Para
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_Scheduler_Para
|
||||
{
|
||||
|
|
|
@ -22,7 +22,7 @@ import org.compiere.util.KeyNamePair;
|
|||
|
||||
/** Generated Interface for AD_SearchDefinition
|
||||
* @author Adempiere (generated)
|
||||
* @version Release 3.5.4a
|
||||
* @version Release 3.6.0LTS
|
||||
*/
|
||||
public interface I_AD_SearchDefinition
|
||||
{
|
||||
|
@ -80,10 +80,10 @@ public interface I_AD_SearchDefinition
|
|||
/** Column name AD_SearchDefinition_ID */
|
||||
public static final String COLUMNNAME_AD_SearchDefinition_ID = "AD_SearchDefinition_ID";
|
||||
|
||||
/** Set AD_SearchDefinition_ID */
|
||||
/** Set Search Definition */
|
||||
public void setAD_SearchDefinition_ID (int AD_SearchDefinition_ID);
|
||||
|
||||
/** Get AD_SearchDefinition_ID */
|
||||
/** Get Search Definition */
|
||||
public int getAD_SearchDefinition_ID();
|
||||
|
||||
/** Column name AD_Table_ID */
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue