Package 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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 7 - System - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name IsDefaultstatic final StringColumn name M_Locator_IDstatic final StringColumn name M_Locator_UUstatic final StringColumn name M_LocatorType_IDstatic final StringColumn name M_Warehouse_IDstatic final StringColumn name PriorityNostatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name Valuestatic final StringColumn name Xstatic final StringColumn name Ystatic final StringColumn name Zstatic final KeyNamePairstatic final intAD_Table_ID=207static final StringTableName=M_Locator -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Get Created.intGet Created By.intGet Locator.Get M_Locator_UUDeprecated.intGet Locator TypeDeprecated.intGet Warehouse.intGet Relative Priority.Get Updated.intGet Updated By.getValue()Get Search Key.getX()Get Aisle (X).getY()Get Bin (Y).getZ()Get Level (Z).booleanisActive()Get Active.booleanGet Default.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetIsActive(boolean IsActive) Set Active.voidsetIsDefault(boolean IsDefault) Set Default.voidsetM_Locator_ID(int M_Locator_ID) Set Locator.voidsetM_Locator_UU(String M_Locator_UU) Set M_Locator_UUvoidsetM_LocatorType_ID(int M_LocatorType_ID) Set Locator TypevoidsetM_Warehouse_ID(int M_Warehouse_ID) Set Warehouse.voidsetPriorityNo(int PriorityNo) Set Relative Priority.voidSet Search Key.voidSet Aisle (X).voidSet Bin (Y).voidSet Level (Z).
-
Field Details
-
Table_Name
TableName=M_Locator- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=207- See Also:
-
Model
-
accessLevel
AccessLevel = 7 - System - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsDefault
Column name IsDefault- See Also:
-
COLUMNNAME_M_LocatorType_ID
Column name M_LocatorType_ID- See Also:
-
COLUMNNAME_M_Locator_ID
Column name M_Locator_ID- See Also:
-
COLUMNNAME_M_Locator_UU
Column name M_Locator_UU- See Also:
-
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_ID- See Also:
-
COLUMNNAME_PriorityNo
Column name PriorityNo- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Value
Column name Value- See Also:
-
COLUMNNAME_X
Column name X- See Also:
-
COLUMNNAME_Y
Column name Y- See Also:
-
COLUMNNAME_Z
Column name Z- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setIsDefault
void setIsDefault(boolean IsDefault) Set Default. Default value -
isDefault
boolean isDefault()Get Default. Default value -
setM_LocatorType_ID
void setM_LocatorType_ID(int M_LocatorType_ID) Set Locator Type -
getM_LocatorType_ID
int getM_LocatorType_ID()Get Locator Type -
getM_LocatorType
Deprecated.- Throws:
RuntimeException
-
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_Locator_UU
Set M_Locator_UU -
getM_Locator_UU
String getM_Locator_UU()Get M_Locator_UU -
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
Deprecated.- Throws:
RuntimeException
-
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 -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValue
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
Set Aisle (X). X dimension, e.g., Aisle -
getX
String getX()Get Aisle (X). X dimension, e.g., Aisle -
setY
Set Bin (Y). Y dimension, e.g., Bin -
getY
String getY()Get Bin (Y). Y dimension, e.g., Bin -
setZ
Set Level (Z). Z dimension, e.g., Level -
getZ
String getZ()Get Level (Z). Z dimension, e.g., Level
-