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 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_Org_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name U_Keystatic final StringColumn name U_Valuestatic final StringColumn name U_Web_Properties_IDstatic final StringColumn name U_Web_Properties_UUstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=52001static final StringTableName=U_Web_Properties -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Get Created.intGet Created By.getU_Key()Get KeyGet ValueintGet Web PropertiesGet U_Web_Properties_UUGet Updated.intGet Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetIsActive(boolean IsActive) Set Active.voidSet KeyvoidsetU_Value(String U_Value) Set ValuevoidsetU_Web_Properties_ID(int U_Web_Properties_ID) Set Web PropertiesvoidsetU_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_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:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- 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 -
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 -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-