Package org.compiere.model
Interface I_M_LotCtlExclude
-
- All Known Implementing Classes:
MLotCtlExclude
,X_M_LotCtlExclude
public interface I_M_LotCtlExclude
Generated Interface for M_LotCtlExclude- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 2 - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Table_ID
Column name AD_Table_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsSOTrx
Column name IsSOTrxstatic String
COLUMNNAME_M_LotCtl_ID
Column name M_LotCtl_IDstatic String
COLUMNNAME_M_LotCtlExclude_ID
Column name M_LotCtlExclude_IDstatic String
COLUMNNAME_M_LotCtlExclude_UU
Column name M_LotCtlExclude_UUstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=810static String
Table_Name
TableName=M_LotCtlExclude
-
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.I_AD_Table
getAD_Table()
int
getAD_Table_ID()
Get Table.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.I_M_LotCtl
getM_LotCtl()
int
getM_LotCtl_ID()
Get Lot Control.int
getM_LotCtlExclude_ID()
Get Exclude Lot.String
getM_LotCtlExclude_UU()
Get M_LotCtlExclude_UUTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isSOTrx()
Get Sales Transaction.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Table_ID(int AD_Table_ID)
Set Table.void
setIsActive(boolean IsActive)
Set Active.void
setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction.void
setM_LotCtl_ID(int M_LotCtl_ID)
Set Lot Control.void
setM_LotCtlExclude_ID(int M_LotCtlExclude_ID)
Set Exclude Lot.void
setM_LotCtlExclude_UU(String M_LotCtlExclude_UU)
Set M_LotCtlExclude_UU
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_LotCtlExclude- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=810- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 2 - Client
-
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_AD_Table_ID
static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_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_IsSOTrx
static final String COLUMNNAME_IsSOTrx
Column name IsSOTrx- See Also:
- Constant Field Values
-
COLUMNNAME_M_LotCtlExclude_ID
static final String COLUMNNAME_M_LotCtlExclude_ID
Column name M_LotCtlExclude_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_LotCtlExclude_UU
static final String COLUMNNAME_M_LotCtlExclude_UU
Column name M_LotCtlExclude_UU- See Also:
- Constant Field Values
-
COLUMNNAME_M_LotCtl_ID
static final String COLUMNNAME_M_LotCtl_ID
Column name M_LotCtl_ID- 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
-
-
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
-
setAD_Table_ID
void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information
-
getAD_Table_ID
int getAD_Table_ID()
Get Table. Database Table information
-
getAD_Table
I_AD_Table getAD_Table() throws RuntimeException
- Throws:
RuntimeException
-
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
-
setIsSOTrx
void setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. This is a Sales Transaction
-
isSOTrx
boolean isSOTrx()
Get Sales Transaction. This is a Sales Transaction
-
setM_LotCtlExclude_ID
void setM_LotCtlExclude_ID(int M_LotCtlExclude_ID)
Set Exclude Lot. Exclude the ability to create Lots in Attribute Sets
-
getM_LotCtlExclude_ID
int getM_LotCtlExclude_ID()
Get Exclude Lot. Exclude the ability to create Lots in Attribute Sets
-
setM_LotCtlExclude_UU
void setM_LotCtlExclude_UU(String M_LotCtlExclude_UU)
Set M_LotCtlExclude_UU
-
getM_LotCtlExclude_UU
String getM_LotCtlExclude_UU()
Get M_LotCtlExclude_UU
-
setM_LotCtl_ID
void setM_LotCtl_ID(int M_LotCtl_ID)
Set Lot Control. Product Lot Control
-
getM_LotCtl_ID
int getM_LotCtl_ID()
Get Lot Control. Product Lot Control
-
getM_LotCtl
I_M_LotCtl getM_LotCtl() throws RuntimeException
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-