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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 7 - System - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name IsDefaultstatic final String
Column name M_Locator_IDstatic final String
Column name M_Locator_UUstatic final String
Column name M_LocatorType_IDstatic final String
Column name M_Warehouse_IDstatic final String
Column name PriorityNostatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Valuestatic final String
Column name Xstatic final String
Column name Ystatic final String
Column name Zstatic final KeyNamePair
static final int
AD_Table_ID=207static final String
TableName=M_Locator -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Created.int
Get Created By.int
Get Locator.Get M_Locator_UUint
Get Locator Typeint
Get Warehouse.int
Get Relative Priority.Get Updated.int
Get Updated By.getValue()
Get Search Key.getX()
Get Aisle (X).getY()
Get Bin (Y).getZ()
Get Level (Z).boolean
isActive()
Get Active.boolean
Get Default.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setIsActive
(boolean IsActive) Set Active.void
setIsDefault
(boolean IsDefault) Set Default.void
setM_Locator_ID
(int M_Locator_ID) Set Locator.void
setM_Locator_UU
(String M_Locator_UU) Set M_Locator_UUvoid
setM_LocatorType_ID
(int M_LocatorType_ID) Set Locator Typevoid
setM_Warehouse_ID
(int M_Warehouse_ID) Set Warehouse.void
setPriorityNo
(int PriorityNo) Set Relative Priority.void
Set Search Key.void
Set Aisle (X).void
Set Bin (Y).void
Set 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_Locator_ID
Column name M_Locator_ID- See Also:
-
COLUMNNAME_M_LocatorType_ID
Column name M_LocatorType_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_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_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
- Throws:
RuntimeException
-
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
- 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
-