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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_TaxCategory_IDstatic final StringColumn name C_UOM_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name DescriptionURLstatic final StringColumn name DocumentNotestatic final StringColumn name Helpstatic final StringColumn name ImageURLstatic final StringColumn name IsActivestatic final StringColumn name M_Product_Category_IDstatic final StringColumn name Namestatic final StringColumn name Processingstatic final StringColumn name S_Training_IDstatic final StringColumn name S_Training_UUstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=538static final StringTableName=S_Training -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Tax Category.getC_UOM()Deprecated.intGet UOM.Get Created.intGet Created By.Get Description.Get Description URL.Get Document Note.getHelp()Get Comment/Help.Get Image URL.Deprecated.intGet Product Category.getName()Get Name.intGet Training.Get S_Training_UUGet Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Process NowvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_TaxCategory_ID(int C_TaxCategory_ID) Set Tax Category.voidsetC_UOM_ID(int C_UOM_ID) Set UOM.voidsetDescription(String Description) Set Description.voidsetDescriptionURL(String DescriptionURL) Set Description URL.voidsetDocumentNote(String DocumentNote) Set Document Note.voidSet Comment/Help.voidsetImageURL(String ImageURL) Set Image URL.voidsetIsActive(boolean IsActive) Set Active.voidsetM_Product_Category_ID(int M_Product_Category_ID) Set Product Category.voidSet Name.voidsetProcessing(boolean Processing) Set Process NowvoidsetS_Training_ID(int S_Training_ID) Set Training.voidsetS_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_C_TaxCategory_ID
Column name C_TaxCategory_ID- See Also:
-
COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- 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 -
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
Deprecated.- 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
Deprecated.- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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
Deprecated.- 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
-