Package org.compiere.model
Interface I_S_Training
- All Known Implementing Classes:
X_S_Training
public interface I_S_Training
Generated Interface for S_Training
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_TaxCategory_IDstatic final String
Column name C_UOM_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name DescriptionURLstatic final String
Column name DocumentNotestatic final String
Column name Helpstatic final String
Column name ImageURLstatic final String
Column name IsActivestatic final String
Column name M_Product_Category_IDstatic final String
Column name Namestatic final String
Column name Processingstatic final String
Column name S_Training_IDstatic final String
Column name S_Training_UUstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=538static final String
TableName=S_Training -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Tax Category.getC_UOM()
int
Get UOM.Get Created.int
Get Created By.Get Description.Get Description URL.Get Document Note.getHelp()
Get Comment/Help.Get Image URL.int
Get Product Category.getName()
Get Name.int
Get Training.Get S_Training_UUGet Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Process Nowvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_TaxCategory_ID
(int C_TaxCategory_ID) Set Tax Category.void
setC_UOM_ID
(int C_UOM_ID) Set UOM.void
setDescription
(String Description) Set Description.void
setDescriptionURL
(String DescriptionURL) Set Description URL.void
setDocumentNote
(String DocumentNote) Set Document Note.void
Set Comment/Help.void
setImageURL
(String ImageURL) Set Image URL.void
setIsActive
(boolean IsActive) Set Active.void
setM_Product_Category_ID
(int M_Product_Category_ID) Set Product Category.void
Set Name.void
setProcessing
(boolean Processing) Set Process Nowvoid
setS_Training_ID
(int S_Training_ID) Set Training.void
setS_Training_UU
(String S_Training_UU) Set S_Training_UU
-
Field Details
-
Table_Name
TableName=S_Training- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=538- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - 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_C_TaxCategory_ID
Column name C_TaxCategory_ID- See Also:
-
COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DescriptionURL
Column name DescriptionURL- See Also:
-
COLUMNNAME_DocumentNote
Column name DocumentNote- See Also:
-
COLUMNNAME_Help
Column name Help- See Also:
-
COLUMNNAME_ImageURL
Column name ImageURL- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_S_Training_ID
Column name S_Training_ID- See Also:
-
COLUMNNAME_S_Training_UU
Column name S_Training_UU- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- 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 -
setC_TaxCategory_ID
void setC_TaxCategory_ID(int C_TaxCategory_ID) Set Tax Category. Tax Category -
getC_TaxCategory_ID
int getC_TaxCategory_ID()Get Tax Category. Tax Category -
getC_TaxCategory
- Throws:
RuntimeException
-
setC_UOM_ID
void setC_UOM_ID(int C_UOM_ID) Set UOM. Unit of Measure -
getC_UOM_ID
int getC_UOM_ID()Get UOM. Unit of Measure -
getC_UOM
- Throws:
RuntimeException
-
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setDescriptionURL
Set Description URL. URL for the description -
getDescriptionURL
String getDescriptionURL()Get Description URL. URL for the description -
setDocumentNote
Set Document Note. Additional information for a Document -
getDocumentNote
String getDocumentNote()Get Document Note. Additional information for a Document -
setHelp
Set Comment/Help. Comment or Hint -
getHelp
String getHelp()Get Comment/Help. Comment or Hint -
setImageURL
Set Image URL. URL of image -
getImageURL
String getImageURL()Get Image URL. URL of image -
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 -
setM_Product_Category_ID
void setM_Product_Category_ID(int M_Product_Category_ID) Set Product Category. Category of a Product -
getM_Product_Category_ID
int getM_Product_Category_ID()Get Product Category. Category of a Product -
getM_Product_Category
- Throws:
RuntimeException
-
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
setS_Training_ID
void setS_Training_ID(int S_Training_ID) Set Training. Repeated Training -
getS_Training_ID
int getS_Training_ID()Get Training. Repeated Training -
setS_Training_UU
Set S_Training_UU -
getS_Training_UU
String getS_Training_UU()Get S_Training_UU -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-