|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_ComponentReg
org.compiere.model.MComponentReg
public class MComponentReg
Component Registration
| Field Summary | |
|---|---|
protected static CLogger |
s_log
Logger |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MComponentReg(Ctx ctx,
int AD_ComponentReg_ID,
String trxName)
Standard Constructor |
|
MComponentReg(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static MComponentReg |
get(Ctx ctx,
int AD_ComponentReg_ID)
Get MComponentReg from Cache |
static MComponentReg |
get(Ctx ctx,
String entityType)
Get Component Registration |
static MComponentReg |
get(Ctx ctx,
String entityType,
boolean reload)
Get Component Registration |
boolean |
isTrial()
Is This a Trial |
String |
toString()
String Representation |
String |
toStringX()
Extended Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final CLogger s_log
| Constructor Detail |
|---|
public MComponentReg(Ctx ctx,
int AD_ComponentReg_ID,
String trxName)
ctx - contextAD_ComponentReg_ID - idtrxName - trx
public MComponentReg(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MComponentReg get(Ctx ctx,
int AD_ComponentReg_ID)
ctx - contextAD_ComponentReg_ID - id
public static MComponentReg get(Ctx ctx,
String entityType)
ctx - contextentityType - entity Type
public static MComponentReg get(Ctx ctx,
String entityType,
boolean reload)
ctx - contextentityType - entity Type
public boolean isTrial()
public String toString()
toString in class X_AD_ComponentRegpublic String toStringX()
toStringX in class PO
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||