Adempiere 3.5.2a

org.compiere.model
Interface I_M_Locator

All Known Implementing Classes:
MLocator, X_M_Locator

public interface I_M_Locator

Generated Interface for M_Locator

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_M_Locator_ID
          Column name M_Locator_ID
static String COLUMNNAME_M_Warehouse_ID
          Column name M_Warehouse_ID
static String COLUMNNAME_PriorityNo
          Column name PriorityNo
static String COLUMNNAME_Value
          Column name Value
static String COLUMNNAME_X
          Column name X
static String COLUMNNAME_Y
          Column name Y
static String COLUMNNAME_Z
          Column name Z
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=207
static String Table_Name
          TableName=M_Locator
 
Method Summary
 int getM_Locator_ID()
          Get Locator.
 int getM_Warehouse_ID()
          Get Warehouse.
 I_M_Warehouse getM_Warehouse()
           
 int getPriorityNo()
          Get Relative Priority.
 String getValue()
          Get Search Key.
 String getX()
          Get Aisle (X).
 String getY()
          Get Bin (Y).
 String getZ()
          Get Level (Z).
 boolean isDefault()
          Get Default.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setM_Locator_ID(int M_Locator_ID)
          Set Locator.
 void setM_Warehouse_ID(int M_Warehouse_ID)
          Set Warehouse.
 void setPriorityNo(int PriorityNo)
          Set Relative Priority.
 void setValue(String Value)
          Set Search Key.
 void setX(String X)
          Set Aisle (X).
 void setY(String Y)
          Set Bin (Y).
 void setZ(String Z)
          Set Level (Z).
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_Locator

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=207


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org


COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_M_Locator_ID

static final String COLUMNNAME_M_Locator_ID
Column name M_Locator_ID

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_PriorityNo

static final String COLUMNNAME_PriorityNo
Column name PriorityNo

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values

COLUMNNAME_X

static final String COLUMNNAME_X
Column name X

See Also:
Constant Field Values

COLUMNNAME_Y

static final String COLUMNNAME_Y
Column name Y

See Also:
Constant Field Values

COLUMNNAME_Z

static final String COLUMNNAME_Z
Column name Z

See Also:
Constant Field Values
Method Detail

setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


setM_Locator_ID

void setM_Locator_ID(int M_Locator_ID)
Set Locator. Warehouse Locator


getM_Locator_ID

int getM_Locator_ID()
Get Locator. Warehouse Locator


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


getM_Warehouse

I_M_Warehouse getM_Warehouse()
                             throws Exception
Throws:
Exception

setPriorityNo

void setPriorityNo(int PriorityNo)
Set Relative Priority. Where inventory should be picked from first


getPriorityNo

int getPriorityNo()
Get Relative Priority. Where inventory should be picked from first


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


setX

void setX(String X)
Set Aisle (X). X dimension, e.g., Aisle


getX

String getX()
Get Aisle (X). X dimension, e.g., Aisle


setY

void setY(String Y)
Set Bin (Y). Y dimension, e.g., Bin


getY

String getY()
Get Bin (Y). Y dimension, e.g., Bin


setZ

void setZ(String Z)
Set Level (Z). Z dimension, e.g., Level


getZ

String getZ()
Get Level (Z). Z dimension, e.g., Level


Adempiere 3.5.2a

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