|
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_Locator
public class X_M_Locator
Generated Model for M_Locator
| Field Summary |
|---|
| 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_Locator |
|---|
accessLevel, COLUMNNAME_IsDefault, COLUMNNAME_M_Locator_ID, COLUMNNAME_M_Warehouse_ID, COLUMNNAME_PriorityNo, COLUMNNAME_Value, COLUMNNAME_X, COLUMNNAME_Y, COLUMNNAME_Z, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_Locator(Properties ctx,
int M_Locator_ID,
String trxName)
Standard Constructor |
|
X_M_Locator(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
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). |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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). |
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 |
| Constructor Detail |
|---|
public X_M_Locator(Properties ctx,
int M_Locator_ID,
String trxName)
public X_M_Locator(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 setIsDefault(boolean IsDefault)
setIsDefault in interface I_M_LocatorIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_M_Locatorpublic void setM_Locator_ID(int M_Locator_ID)
setM_Locator_ID in interface I_M_LocatorM_Locator_ID - Warehouse Locatorpublic int getM_Locator_ID()
getM_Locator_ID in interface I_M_Locator
public I_M_Warehouse getM_Warehouse()
throws Exception
getM_Warehouse in interface I_M_LocatorExceptionpublic void setM_Warehouse_ID(int M_Warehouse_ID)
setM_Warehouse_ID in interface I_M_LocatorM_Warehouse_ID - Storage Warehouse and Service Pointpublic int getM_Warehouse_ID()
getM_Warehouse_ID in interface I_M_Locatorpublic void setPriorityNo(int PriorityNo)
setPriorityNo in interface I_M_LocatorPriorityNo - Where inventory should be picked from firstpublic int getPriorityNo()
getPriorityNo in interface I_M_Locatorpublic void setValue(String Value)
setValue in interface I_M_LocatorValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_M_Locatorpublic KeyNamePair getKeyNamePair()
public void setX(String X)
setX in interface I_M_LocatorX - X dimension, e.g., Aislepublic String getX()
getX in interface I_M_Locatorpublic void setY(String Y)
setY in interface I_M_LocatorY - Y dimension, e.g., Binpublic String getY()
getY in interface I_M_Locatorpublic void setZ(String Z)
setZ in interface I_M_LocatorZ - Z dimension, e.g., Levelpublic String getZ()
getZ in interface I_M_Locator
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||