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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 7 - System - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsDefault
Column name IsDefaultstatic String
COLUMNNAME_M_Locator_ID
Column name M_Locator_IDstatic String
COLUMNNAME_M_Locator_UU
Column name M_Locator_UUstatic String
COLUMNNAME_M_LocatorType_ID
Column name M_LocatorType_IDstatic String
COLUMNNAME_M_Warehouse_ID
Column name M_Warehouse_IDstatic String
COLUMNNAME_PriorityNo
Column name PriorityNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_Value
Column name Valuestatic String
COLUMNNAME_X
Column name Xstatic String
COLUMNNAME_Y
Column name Ystatic String
COLUMNNAME_Z
Column name Zstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=207static String
Table_Name
TableName=M_Locator
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.int
getM_Locator_ID()
Get Locator.String
getM_Locator_UU()
Get M_Locator_UUI_M_LocatorType
getM_LocatorType()
int
getM_LocatorType_ID()
Get Locator TypeI_M_Warehouse
getM_Warehouse()
int
getM_Warehouse_ID()
Get Warehouse.int
getPriorityNo()
Get Relative Priority.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getValue()
Get Search Key.String
getX()
Get Aisle (X).String
getY()
Get Bin (Y).String
getZ()
Get Level (Z).boolean
isActive()
Get Active.boolean
isDefault()
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
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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
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_LocatorType_ID
static final String COLUMNNAME_M_LocatorType_ID
Column name M_LocatorType_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Locator_UU
static final String COLUMNNAME_M_Locator_UU
Column name M_Locator_UU- 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_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- 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
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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
I_M_LocatorType getM_LocatorType() throws RuntimeException
- Throws:
RuntimeException
-
setM_Locator_UU
void setM_Locator_UU(String M_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
I_M_Warehouse getM_Warehouse() throws RuntimeException
- 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
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
-
-