Package org.compiere.model
Interface I_AD_EntityType
- All Known Implementing Classes:
MEntityType,X_AD_EntityType
public interface I_AD_EntityType
Generated Interface for AD_EntityType
- 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_EntityType_IDstatic final StringColumn name AD_EntityType_UUstatic final StringColumn name AD_Org_IDstatic final StringColumn name Classpathstatic 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 ModelPackagestatic final StringColumn name Namestatic final StringColumn name Processingstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name Versionstatic final KeyNamePairstatic final intAD_Table_ID=882static final StringTableName=AD_EntityType -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Entity Type.Get AD_EntityType_UUintGet Organization.Get Classpath.Get Created.intGet Created By.Get Description.Get Entity Type.getHelp()Get Comment/Help.Get Model Package.getName()Get Name.Get Updated.intGet Updated By.Get Version.booleanisActive()Get Active.booleanGet Process NowvoidsetAD_EntityType_ID(int AD_EntityType_ID) Set Entity Type.voidsetAD_EntityType_UU(String AD_EntityType_UU) Set AD_EntityType_UUvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetClasspath(String Classpath) Set Classpath.voidsetDescription(String Description) Set Description.voidsetEntityType(String EntityType) Set Entity Type.voidSet Comment/Help.voidsetIsActive(boolean IsActive) Set Active.voidsetModelPackage(String ModelPackage) Set Model Package.voidSet Name.voidsetProcessing(boolean Processing) Set Process NowvoidsetVersion(String Version) Set Version.
-
Field Details
-
Table_Name
TableName=AD_EntityType- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=882- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_EntityType_ID
Column name AD_EntityType_ID- See Also:
-
COLUMNNAME_AD_EntityType_UU
Column name AD_EntityType_UU- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Classpath
Column name Classpath- 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_ModelPackage
Column name ModelPackage- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Version
Column name Version- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_EntityType_ID
void setAD_EntityType_ID(int AD_EntityType_ID) Set Entity Type. System Entity Type -
getAD_EntityType_ID
int getAD_EntityType_ID()Get Entity Type. System Entity Type -
setAD_EntityType_UU
Set AD_EntityType_UU -
getAD_EntityType_UU
String getAD_EntityType_UU()Get AD_EntityType_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 -
setClasspath
Set Classpath. Extension Classpath -
getClasspath
String getClasspath()Get Classpath. Extension Classpath -
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 -
setModelPackage
Set Model Package. Java Package of the model classes -
getModelPackage
String getModelPackage()Get Model Package. Java Package of the model classes -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setVersion
Set Version. Version of the table definition -
getVersion
String getVersion()Get Version. Version of the table definition
-