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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 7 - System - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Form_IDstatic final StringColumn name AD_InfoWindow_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name AD_Preference_IDstatic final StringColumn name AD_Preference_UUstatic final StringColumn name AD_Process_IDstatic final StringColumn name AD_User_IDstatic final StringColumn name AD_Window_IDstatic final StringColumn name Attributestatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name PreferenceForstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name Valuestatic final KeyNamePairstatic final intAD_Table_ID=195static final StringTableName=AD_Preference -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.Deprecated.intGet Special Form.Deprecated.intGet Info Window.intGet Organization.intGet Preference.Get AD_Preference_UUDeprecated.intGet Process.Deprecated.intGet User/Contact.Deprecated.intGet Window.Get AttributeGet Created.intGet Created By.Get Preference For.Get Updated.intGet Updated By.getValue()Get Search Key.booleanisActive()Get Active.voidsetAD_Form_ID(int AD_Form_ID) Set Special Form.voidsetAD_InfoWindow_ID(int AD_InfoWindow_ID) Set Info Window.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetAD_Preference_ID(int AD_Preference_ID) Set Preference.voidsetAD_Preference_UU(String AD_Preference_UU) Set AD_Preference_UUvoidsetAD_Process_ID(int AD_Process_ID) Set Process.voidsetAD_User_ID(int AD_User_ID) Set User/Contact.voidsetAD_Window_ID(int AD_Window_ID) Set Window.voidsetAttribute(String Attribute) Set AttributevoidsetIsActive(boolean IsActive) Set Active.voidsetPreferenceFor(String PreferenceFor) Set Preference For.voidSet 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
Deprecated.- 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
Deprecated.- 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
Deprecated.- 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
Deprecated.- 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
Deprecated.- 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
-