|
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_OrgInfo
org.compiere.model.MOrgInfo
public class MOrgInfo
Organization Info Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_OrgInfo |
|---|
accessLevel, Model, PARENT_ORG_ID_AD_Reference_ID, SUPERVISOR_ID_AD_Reference_ID, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MOrgInfo(Ctx ctx,
int AD_Org_ID,
String trxName)
Standard Constructor |
|
MOrgInfo(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
MOrgInfo(MOrg org)
Organization constructor |
|
| Method Summary | |
|---|---|
static MOrgInfo |
get(Ctx ctx,
int AD_Org_ID,
String trx)
Load Constructor |
int |
getM_Warehouse_ID()
Get Default Org Warehouse |
| Methods inherited from class org.compiere.model.X_AD_OrgInfo |
|---|
get_AccessLevel, getAD_OrgType_ID, getC_Calendar_ID, getC_Location_ID, getDUNS, getParent_Org_ID, getSupervisor_ID, getTaxID, initPO, setAD_OrgType_ID, setC_Calendar_ID, setC_Location_ID, setDUNS, setM_Warehouse_ID, setParent_Org_ID, setSupervisor_ID, setTaxID, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MOrgInfo(Ctx ctx,
int AD_Org_ID,
String trxName)
ctx - contextAD_Org_ID - idtrxName - trx
public MOrgInfo(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transactionpublic MOrgInfo(MOrg org)
org - org| Method Detail |
|---|
public static MOrgInfo get(Ctx ctx,
int AD_Org_ID,
String trx)
ctx - contextAD_Org_ID - idtrx - transaction
public int getM_Warehouse_ID()
getM_Warehouse_ID in class X_AD_OrgInfo
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||