Package org.compiere.model
Interface I_AD_Element
- All Known Implementing Classes:
M_Element,X_AD_Element
public interface I_AD_Element
Generated Interface for AD_Element
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 4 - Systemstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Element_IDstatic final StringColumn name AD_Element_UUstatic final StringColumn name AD_Org_IDstatic final StringColumn name ColumnNamestatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name EntityTypestatic final StringColumn name Helpstatic final StringColumn name IsActivestatic final StringColumn name Namestatic final StringColumn name Placeholderstatic final StringColumn name PO_Descriptionstatic final StringColumn name PO_Helpstatic final StringColumn name PO_Namestatic final StringColumn name PO_PrintNamestatic final StringColumn name PrintNamestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=276static final StringTableName=AD_Element -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet System Element.Get AD_Element_UUintGet Organization.Get DB Column Name.Get Created.intGet Created By.Get Description.Get Entity Type.getHelp()Get Comment/Help.getName()Get Name.Get PlaceholderGet PO Description.Get PO Help.Get PO Name.Get PO Print name.Get Print Text.Get Updated.intGet Updated By.booleanisActive()Get Active.voidsetAD_Element_ID(int AD_Element_ID) Set System Element.voidsetAD_Element_UU(String AD_Element_UU) Set AD_Element_UUvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetColumnName(String ColumnName) Set DB Column Name.voidsetDescription(String Description) Set Description.voidsetEntityType(String EntityType) Set Entity Type.voidSet Comment/Help.voidsetIsActive(boolean IsActive) Set Active.voidSet Name.voidsetPlaceholder(String Placeholder) Set PlaceholdervoidsetPO_Description(String PO_Description) Set PO Description.voidsetPO_Help(String PO_Help) Set PO Help.voidsetPO_Name(String PO_Name) Set PO Name.voidsetPO_PrintName(String PO_PrintName) Set PO Print name.voidsetPrintName(String PrintName) Set Print Text.
-
Field Details
-
Table_Name
TableName=AD_Element- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=276- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Element_ID
Column name AD_Element_ID- See Also:
-
COLUMNNAME_AD_Element_UU
Column name AD_Element_UU- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_ColumnName
Column name ColumnName- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_EntityType
Column name EntityType- See Also:
-
COLUMNNAME_Help
Column name Help- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PO_Description
Column name PO_Description- See Also:
-
COLUMNNAME_PO_Help
Column name PO_Help- See Also:
-
COLUMNNAME_PO_Name
Column name PO_Name- See Also:
-
COLUMNNAME_PO_PrintName
Column name PO_PrintName- See Also:
-
COLUMNNAME_Placeholder
Column name Placeholder- See Also:
-
COLUMNNAME_PrintName
Column name PrintName- 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_Element_ID
void setAD_Element_ID(int AD_Element_ID) Set System Element. System Element enables the central maintenance of column description and help. -
getAD_Element_ID
int getAD_Element_ID()Get System Element. System Element enables the central maintenance of column description and help. -
setAD_Element_UU
Set AD_Element_UU -
getAD_Element_UU
String getAD_Element_UU()Get AD_Element_UU -
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 -
setColumnName
Set DB Column Name. Name of the column in the database -
getColumnName
String getColumnName()Get DB Column Name. Name of the column in the database -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setEntityType
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization -
getEntityType
String getEntityType()Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization -
setHelp
Set Comment/Help. Comment or Hint -
getHelp
String getHelp()Get Comment/Help. Comment or Hint -
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 -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPO_Description
Set PO Description. Description in PO Screens -
getPO_Description
String getPO_Description()Get PO Description. Description in PO Screens -
setPO_Help
Set PO Help. Help for PO Screens -
getPO_Help
String getPO_Help()Get PO Help. Help for PO Screens -
setPO_Name
Set PO Name. Name on PO Screens -
getPO_Name
String getPO_Name()Get PO Name. Name on PO Screens -
setPO_PrintName
Set PO Print name. Print name on PO Screens/Reports -
getPO_PrintName
String getPO_PrintName()Get PO Print name. Print name on PO Screens/Reports -
setPlaceholder
Set Placeholder -
getPlaceholder
String getPlaceholder()Get Placeholder -
setPrintName
Set Print Text. The label text to be printed on a document or correspondence. -
getPrintName
String getPrintName()Get Print Text. The label text to be printed on a document or correspondence. -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-