Package org.compiere.model
Interface I_AD_Preference
- All Known Implementing Classes:
MPreference
,MUserPreference
,X_AD_Preference
public interface I_AD_Preference
Generated Interface for AD_Preference
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 7 - System - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Form_IDstatic final String
Column name AD_InfoWindow_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Preference_IDstatic final String
Column name AD_Preference_UUstatic final String
Column name AD_Process_IDstatic final String
Column name AD_User_IDstatic final String
Column name AD_Window_IDstatic final String
Column name Attributestatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name PreferenceForstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Valuestatic final KeyNamePair
static final int
AD_Table_ID=195static final String
TableName=AD_Preference -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Special Form.int
Get Info Window.int
Get Organization.int
Get Preference.Get AD_Preference_UUint
Get Process.int
Get User/Contact.int
Get Window.Get AttributeGet Created.int
Get Created By.Get Preference For.Get Updated.int
Get Updated By.getValue()
Get Search Key.boolean
isActive()
Get Active.void
setAD_Form_ID
(int AD_Form_ID) Set Special Form.void
setAD_InfoWindow_ID
(int AD_InfoWindow_ID) Set Info Window.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Preference_ID
(int AD_Preference_ID) Set Preference.void
setAD_Preference_UU
(String AD_Preference_UU) Set AD_Preference_UUvoid
setAD_Process_ID
(int AD_Process_ID) Set Process.void
setAD_User_ID
(int AD_User_ID) Set User/Contact.void
setAD_Window_ID
(int AD_Window_ID) Set Window.void
setAttribute
(String Attribute) Set Attributevoid
setIsActive
(boolean IsActive) Set Active.void
setPreferenceFor
(String PreferenceFor) Set Preference For.void
Set Search Key.
-
Field Details
-
Table_Name
TableName=AD_Preference- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=195- See Also:
-
Model
-
accessLevel
AccessLevel = 7 - System - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Form_ID
Column name AD_Form_ID- See Also:
-
COLUMNNAME_AD_InfoWindow_ID
Column name AD_InfoWindow_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Preference_ID
Column name AD_Preference_ID- See Also:
-
COLUMNNAME_AD_Preference_UU
Column name AD_Preference_UU- See Also:
-
COLUMNNAME_AD_Process_ID
Column name AD_Process_ID- See Also:
-
COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
-
COLUMNNAME_AD_Window_ID
Column name AD_Window_ID- See Also:
-
COLUMNNAME_Attribute
Column name Attribute- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_PreferenceFor
Column name PreferenceFor- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Value
Column name Value- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Form_ID
void setAD_Form_ID(int AD_Form_ID) Set Special Form. Special Form -
getAD_Form_ID
int getAD_Form_ID()Get Special Form. Special Form -
getAD_Form
- Throws:
RuntimeException
-
setAD_InfoWindow_ID
void setAD_InfoWindow_ID(int AD_InfoWindow_ID) Set Info Window. Info and search/select Window -
getAD_InfoWindow_ID
int getAD_InfoWindow_ID()Get Info Window. Info and search/select Window -
getAD_InfoWindow
- Throws:
RuntimeException
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAD_Preference_ID
void setAD_Preference_ID(int AD_Preference_ID) Set Preference. Personal Value Preference -
getAD_Preference_ID
int getAD_Preference_ID()Get Preference. Personal Value Preference -
setAD_Preference_UU
Set AD_Preference_UU -
getAD_Preference_UU
String getAD_Preference_UU()Get AD_Preference_UU -
setAD_Process_ID
void setAD_Process_ID(int AD_Process_ID) Set Process. Process or Report -
getAD_Process_ID
int getAD_Process_ID()Get Process. Process or Report -
getAD_Process
- Throws:
RuntimeException
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID) Set User/Contact. User within the system - Internal or Business Partner Contact -
getAD_User_ID
int getAD_User_ID()Get User/Contact. User within the system - Internal or Business Partner Contact -
getAD_User
- Throws:
RuntimeException
-
setAD_Window_ID
void setAD_Window_ID(int AD_Window_ID) Set Window. Data entry or display window -
getAD_Window_ID
int getAD_Window_ID()Get Window. Data entry or display window -
getAD_Window
- Throws:
RuntimeException
-
setAttribute
Set Attribute -
getAttribute
String getAttribute()Get Attribute -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setPreferenceFor
Set Preference For. Type of preference, it can window, info window or parameter process -
getPreferenceFor
String getPreferenceFor()Get Preference For. Type of preference, it can window, info window or parameter process -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValue
Set Search Key. Search key for the record in the format required - must be unique -
getValue
String getValue()Get Search Key. Search key for the record in the format required - must be unique
-