Package org.compiere.model
Interface I_M_QualityTestResult
-
- All Known Implementing Classes:
MQualityTestResult,X_M_QualityTestResult
public interface I_M_QualityTestResultGenerated Interface for M_QualityTestResult- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_ExpectedResultColumn name ExpectedResultstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsQCPassColumn name IsQCPassstatic StringCOLUMNNAME_M_AttributeSetInstance_IDColumn name M_AttributeSetInstance_IDstatic StringCOLUMNNAME_M_QualityTest_IDColumn name M_QualityTest_IDstatic StringCOLUMNNAME_M_QualityTestResult_IDColumn name M_QualityTestResult_IDstatic StringCOLUMNNAME_M_QualityTestResult_UUColumn name M_QualityTestResult_UUstatic StringCOLUMNNAME_ProcessedColumn name Processedstatic StringCOLUMNNAME_ResultColumn name Resultstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=53331static StringTable_NameTableName=M_QualityTestResult
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetExpectedResult()Get Expected ResultI_M_AttributeSetInstancegetM_AttributeSetInstance()intgetM_AttributeSetInstance_ID()Get Attribute Set Instance.I_M_QualityTestgetM_QualityTest()intgetM_QualityTest_ID()Get Quality TestintgetM_QualityTestResult_ID()Get Quality Test ResultStringgetM_QualityTestResult_UU()Get M_QualityTestResult_UUStringgetResult()Get Result.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisProcessed()Get Processed.booleanisQCPass()Get QC PassvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetDescription(String Description)Set Description.voidsetExpectedResult(String ExpectedResult)Set Expected ResultvoidsetIsActive(boolean IsActive)Set Active.voidsetIsQCPass(boolean IsQCPass)Set QC PassvoidsetM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)Set Attribute Set Instance.voidsetM_QualityTest_ID(int M_QualityTest_ID)Set Quality TestvoidsetM_QualityTestResult_ID(int M_QualityTestResult_ID)Set Quality Test ResultvoidsetM_QualityTestResult_UU(String M_QualityTestResult_UU)Set M_QualityTestResult_UUvoidsetProcessed(boolean Processed)Set Processed.voidsetResult(String Result)Set Result.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_QualityTestResult- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53331- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - 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_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_ExpectedResult
static final String COLUMNNAME_ExpectedResult
Column name ExpectedResult- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsQCPass
static final String COLUMNNAME_IsQCPass
Column name IsQCPass- See Also:
- Constant Field Values
-
COLUMNNAME_M_AttributeSetInstance_ID
static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_QualityTest_ID
static final String COLUMNNAME_M_QualityTest_ID
Column name M_QualityTest_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_QualityTestResult_ID
static final String COLUMNNAME_M_QualityTestResult_ID
Column name M_QualityTestResult_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_QualityTestResult_UU
static final String COLUMNNAME_M_QualityTestResult_UU
Column name M_QualityTestResult_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Result
static final String COLUMNNAME_Result
Column name Result- 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
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setExpectedResult
void setExpectedResult(String ExpectedResult)
Set Expected Result
-
getExpectedResult
String getExpectedResult()
Get Expected Result
-
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
-
setIsQCPass
void setIsQCPass(boolean IsQCPass)
Set QC Pass
-
isQCPass
boolean isQCPass()
Get QC Pass
-
setM_AttributeSetInstance_ID
void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. Product Attribute Set Instance
-
getM_AttributeSetInstance_ID
int getM_AttributeSetInstance_ID()
Get Attribute Set Instance. Product Attribute Set Instance
-
getM_AttributeSetInstance
I_M_AttributeSetInstance getM_AttributeSetInstance() throws RuntimeException
- Throws:
RuntimeException
-
setM_QualityTest_ID
void setM_QualityTest_ID(int M_QualityTest_ID)
Set Quality Test
-
getM_QualityTest_ID
int getM_QualityTest_ID()
Get Quality Test
-
getM_QualityTest
I_M_QualityTest getM_QualityTest() throws RuntimeException
- Throws:
RuntimeException
-
setM_QualityTestResult_ID
void setM_QualityTestResult_ID(int M_QualityTestResult_ID)
Set Quality Test Result
-
getM_QualityTestResult_ID
int getM_QualityTestResult_ID()
Get Quality Test Result
-
setM_QualityTestResult_UU
void setM_QualityTestResult_UU(String M_QualityTestResult_UU)
Set M_QualityTestResult_UU
-
getM_QualityTestResult_UU
String getM_QualityTestResult_UU()
Get M_QualityTestResult_UU
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setResult
void setResult(String Result)
Set Result. Result of the action taken
-
getResult
String getResult()
Get Result. Result of the action taken
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-