|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_M_Locator
Generated Interface for M_Locator
| 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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_IsDefault
static final String COLUMNNAME_M_Locator_ID
static final String COLUMNNAME_M_Warehouse_ID
static final String COLUMNNAME_PriorityNo
static final String COLUMNNAME_Value
static final String COLUMNNAME_X
static final String COLUMNNAME_Y
static final String COLUMNNAME_Z
| Method Detail |
|---|
void setIsDefault(boolean IsDefault)
boolean isDefault()
void setM_Locator_ID(int M_Locator_ID)
int getM_Locator_ID()
void setM_Warehouse_ID(int M_Warehouse_ID)
int getM_Warehouse_ID()
I_M_Warehouse getM_Warehouse()
throws Exception
Exceptionvoid setPriorityNo(int PriorityNo)
int getPriorityNo()
void setValue(String Value)
String getValue()
void setX(String X)
String getX()
void setY(String Y)
String getY()
void setZ(String Z)
String getZ()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||