|
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_M_Warehouse
public class X_M_Warehouse
Generated Model for M_Warehouse
| Field Summary | |
|---|---|
static int |
M_WAREHOUSESOURCE_ID_AD_Reference_ID
M_WarehouseSource_ID AD_Reference_ID=197 |
| 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_M_Warehouse |
|---|
accessLevel, COLUMNNAME_C_Location_ID, COLUMNNAME_Description, COLUMNNAME_IsInTransit, COLUMNNAME_M_Warehouse_ID, COLUMNNAME_M_WarehouseSource_ID, COLUMNNAME_Name, COLUMNNAME_ReplenishmentClass, COLUMNNAME_Separator, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_Warehouse(Properties ctx,
int M_Warehouse_ID,
String trxName)
Standard Constructor |
|
X_M_Warehouse(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Location_ID()
Get Address. |
String |
getDescription()
Get Description. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Warehouse_ID()
Get Warehouse. |
int |
getM_WarehouseSource_ID()
Get Source Warehouse. |
String |
getName()
Get Name. |
String |
getReplenishmentClass()
Get Replenishment Class. |
String |
getSeparator()
Get Element Separator. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isInTransit()
Get In Transit. |
void |
setC_Location_ID(int C_Location_ID)
Set Address. |
void |
setDescription(String Description)
Set Description. |
void |
setIsInTransit(boolean IsInTransit)
Set In Transit. |
void |
setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. |
void |
setM_WarehouseSource_ID(int M_WarehouseSource_ID)
Set Source Warehouse. |
void |
setName(String Name)
Set Name. |
void |
setReplenishmentClass(String ReplenishmentClass)
Set Replenishment Class. |
void |
setSeparator(String Separator)
Set Element Separator. |
void |
setValue(String Value)
Set Search Key. |
String |
toString()
String representation |
| 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 |
| Field Detail |
|---|
public static final int M_WAREHOUSESOURCE_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_M_Warehouse(Properties ctx,
int M_Warehouse_ID,
String trxName)
public X_M_Warehouse(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setC_Location_ID(int C_Location_ID)
setC_Location_ID in interface I_M_WarehouseC_Location_ID - Location or Addresspublic int getC_Location_ID()
getC_Location_ID in interface I_M_Warehousepublic void setDescription(String Description)
setDescription in interface I_M_WarehouseDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_M_Warehousepublic void setIsInTransit(boolean IsInTransit)
setIsInTransit in interface I_M_WarehouseIsInTransit - Movement is in transitpublic boolean isInTransit()
isInTransit in interface I_M_Warehousepublic void setM_Warehouse_ID(int M_Warehouse_ID)
setM_Warehouse_ID in interface I_M_WarehouseM_Warehouse_ID - Storage Warehouse and Service Pointpublic int getM_Warehouse_ID()
getM_Warehouse_ID in interface I_M_Warehousepublic void setM_WarehouseSource_ID(int M_WarehouseSource_ID)
setM_WarehouseSource_ID in interface I_M_WarehouseM_WarehouseSource_ID - Optional Warehouse to replenish frompublic int getM_WarehouseSource_ID()
getM_WarehouseSource_ID in interface I_M_Warehousepublic void setName(String Name)
setName in interface I_M_WarehouseName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_M_Warehousepublic KeyNamePair getKeyNamePair()
public void setReplenishmentClass(String ReplenishmentClass)
setReplenishmentClass in interface I_M_WarehouseReplenishmentClass - Custom class to calculate Quantity to Orderpublic String getReplenishmentClass()
getReplenishmentClass in interface I_M_Warehousepublic void setSeparator(String Separator)
setSeparator in interface I_M_WarehouseSeparator - Element Separatorpublic String getSeparator()
getSeparator in interface I_M_Warehousepublic void setValue(String Value)
setValue in interface I_M_WarehouseValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_M_Warehouse
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||