Adempiere 3.5.2a

org.compiere.model
Interface I_M_Warehouse

All Known Implementing Classes:
MWarehouse, X_M_Warehouse

public interface I_M_Warehouse

Generated Interface for M_Warehouse

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_Location_ID
          Column name C_Location_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsInTransit
          Column name IsInTransit
static String COLUMNNAME_M_Warehouse_ID
          Column name M_Warehouse_ID
static String COLUMNNAME_M_WarehouseSource_ID
          Column name M_WarehouseSource_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_ReplenishmentClass
          Column name ReplenishmentClass
static String COLUMNNAME_Separator
          Column name Separator
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=190
static String Table_Name
          TableName=M_Warehouse
 
Method Summary
 int getC_Location_ID()
          Get Address.
 String getDescription()
          Get Description.
 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.
 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.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_Warehouse

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=190


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_Location_ID

static final String COLUMNNAME_C_Location_ID
Column name C_Location_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsInTransit

static final String COLUMNNAME_IsInTransit
Column name IsInTransit

See Also:
Constant Field Values

COLUMNNAME_M_Warehouse_ID

static final String COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID

See Also:
Constant Field Values

COLUMNNAME_M_WarehouseSource_ID

static final String COLUMNNAME_M_WarehouseSource_ID
Column name M_WarehouseSource_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_ReplenishmentClass

static final String COLUMNNAME_ReplenishmentClass
Column name ReplenishmentClass

See Also:
Constant Field Values

COLUMNNAME_Separator

static final String COLUMNNAME_Separator
Column name Separator

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setC_Location_ID

void setC_Location_ID(int C_Location_ID)
Set Address. Location or Address


getC_Location_ID

int getC_Location_ID()
Get Address. Location or Address


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setIsInTransit

void setIsInTransit(boolean IsInTransit)
Set In Transit. Movement is in transit


isInTransit

boolean isInTransit()
Get In Transit. Movement is in transit


setM_Warehouse_ID

void setM_Warehouse_ID(int M_Warehouse_ID)
Set Warehouse. Storage Warehouse and Service Point


getM_Warehouse_ID

int getM_Warehouse_ID()
Get Warehouse. Storage Warehouse and Service Point


setM_WarehouseSource_ID

void setM_WarehouseSource_ID(int M_WarehouseSource_ID)
Set Source Warehouse. Optional Warehouse to replenish from


getM_WarehouseSource_ID

int getM_WarehouseSource_ID()
Get Source Warehouse. Optional Warehouse to replenish from


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setReplenishmentClass

void setReplenishmentClass(String ReplenishmentClass)
Set Replenishment Class. Custom class to calculate Quantity to Order


getReplenishmentClass

String getReplenishmentClass()
Get Replenishment Class. Custom class to calculate Quantity to Order


setSeparator

void setSeparator(String Separator)
Set Element Separator. Element Separator


getSeparator

String getSeparator()
Get Element Separator. Element Separator


setValue

void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique


getValue

String getValue()
Get Search Key. Search key for the record in the format required - must be unique


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.