|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_EntityType
org.compiere.model.MEntityType
public class MEntityType
Enitity Type Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_AD_EntityType |
|---|
accessLevel, COLUMNNAME_AD_EntityType_ID, COLUMNNAME_Classpath, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_Help, COLUMNNAME_ModelPackage, COLUMNNAME_Name, COLUMNNAME_Processing, COLUMNNAME_Version, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MEntityType(Properties ctx,
int AD_EntityType_ID,
String trxName)
Standard Constructor |
|
MEntityType(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected boolean |
beforeDelete()
Before Delete |
protected boolean |
beforeSave(boolean newRecord)
Before Save |
static String[] |
getClasspaths(Properties ctx)
Get Entity Type Classpath array |
static MEntityType[] |
getEntityTypes(Properties ctx)
Get Entity Types |
static String[] |
getEntityTypeStrings(Properties ctx)
Get Entity Type as String array |
static String[] |
getModelPackages(Properties ctx)
Get Entity Type Model Package array |
boolean |
isSystemMaintained()
Is System Maintained |
| Methods inherited from class org.compiere.model.X_AD_EntityType |
|---|
get_AccessLevel, getAD_EntityType_ID, getClasspath, getDescription, getEntityType, getHelp, getKeyNamePair, getModelPackage, getName, getVersion, initPO, isProcessing, setAD_EntityType_ID, setClasspath, setDescription, setEntityType, setHelp, setModelPackage, setName, setProcessing, setVersion, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MEntityType(Properties ctx,
int AD_EntityType_ID,
String trxName)
ctx - contextAD_EntityType_ID - idtrxName - transaction
public MEntityType(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MEntityType[] getEntityTypes(Properties ctx)
ctx - context
public static String[] getEntityTypeStrings(Properties ctx)
ctx - context
public static String[] getClasspaths(Properties ctx)
ctx - context
public static String[] getModelPackages(Properties ctx)
ctx - context
public boolean isSystemMaintained()
protected boolean beforeSave(boolean newRecord)
beforeSave in class POnewRecord - new
protected boolean beforeDelete()
beforeDelete in class PO
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||