Package org.compiere.model
Interface I_U_Web_Properties
- All Known Implementing Classes:
MWebProperties
,X_U_Web_Properties
public interface I_U_Web_Properties
Generated Interface for U_Web_Properties
- 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_Org_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name U_Keystatic final String
Column name U_Valuestatic final String
Column name U_Web_Properties_IDstatic final String
Column name U_Web_Properties_UUstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=52001static final String
TableName=U_Web_Properties -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Created.int
Get Created By.getU_Key()
Get KeyGet Valueint
Get Web PropertiesGet U_Web_Properties_UUGet Updated.int
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setIsActive
(boolean IsActive) Set Active.void
Set Keyvoid
setU_Value
(String U_Value) Set Valuevoid
setU_Web_Properties_ID
(int U_Web_Properties_ID) Set Web Propertiesvoid
setU_Web_Properties_UU
(String U_Web_Properties_UU) Set U_Web_Properties_UU
-
Field Details
-
Table_Name
TableName=U_Web_Properties- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=52001- See Also:
-
Model
-
accessLevel
AccessLevel = 7 - System - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_U_Key
Column name U_Key- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_U_Value
Column name U_Value- See Also:
-
COLUMNNAME_U_Web_Properties_ID
Column name U_Web_Properties_ID- See Also:
-
COLUMNNAME_U_Web_Properties_UU
Column name U_Web_Properties_UU- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
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 -
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 -
setU_Key
Set Key -
getU_Key
String getU_Key()Get Key -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setU_Value
Set Value -
getU_Value
String getU_Value()Get Value -
setU_Web_Properties_ID
void setU_Web_Properties_ID(int U_Web_Properties_ID) Set Web Properties -
getU_Web_Properties_ID
int getU_Web_Properties_ID()Get Web Properties -
setU_Web_Properties_UU
Set U_Web_Properties_UU -
getU_Web_Properties_UU
String getU_Web_Properties_UU()Get U_Web_Properties_UU
-