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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_IDstatic String
COLUMNNAME_C_UOM_ID
Column name C_UOM_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DescriptionURL
Column name DescriptionURLstatic String
COLUMNNAME_DocumentNote
Column name DocumentNotestatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_ImageURL
Column name ImageURLstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_IDstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_S_Training_ID
Column name S_Training_IDstatic String
COLUMNNAME_S_Training_UU
Column name S_Training_UUstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=538static String
Table_Name
TableName=S_Training
-
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_C_TaxCategory
getC_TaxCategory()
int
getC_TaxCategory_ID()
Get Tax Category.I_C_UOM
getC_UOM()
int
getC_UOM_ID()
Get UOM.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getDescriptionURL()
Get Description URL.String
getDocumentNote()
Get Document Note.String
getHelp()
Get Comment/Help.String
getImageURL()
Get Image URL.I_M_Product_Category
getM_Product_Category()
int
getM_Product_Category_ID()
Get Product Category.String
getName()
Get Name.int
getS_Training_ID()
Get Training.String
getS_Training_UU()
Get S_Training_UUTimestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessing()
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
setHelp(String Help)
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
setName(String Name)
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 Detail
-
Table_Name
static final String Table_Name
TableName=S_Training- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=538- 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_C_TaxCategory_ID
static final String COLUMNNAME_C_TaxCategory_ID
Column name C_TaxCategory_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_UOM_ID
static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DescriptionURL
static final String COLUMNNAME_DescriptionURL
Column name DescriptionURL- See Also:
- Constant Field Values
-
COLUMNNAME_DocumentNote
static final String COLUMNNAME_DocumentNote
Column name DocumentNote- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_ImageURL
static final String COLUMNNAME_ImageURL
Column name ImageURL- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_Category_ID
static final String COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_S_Training_ID
static final String COLUMNNAME_S_Training_ID
Column name S_Training_ID- See Also:
- Constant Field Values
-
COLUMNNAME_S_Training_UU
static final String COLUMNNAME_S_Training_UU
Column name S_Training_UU- 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
-
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
I_C_TaxCategory getC_TaxCategory() throws RuntimeException
- 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
I_C_UOM getC_UOM() throws RuntimeException
- Throws:
RuntimeException
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDescriptionURL
void setDescriptionURL(String DescriptionURL)
Set Description URL. URL for the description
-
getDescriptionURL
String getDescriptionURL()
Get Description URL. URL for the description
-
setDocumentNote
void setDocumentNote(String DocumentNote)
Set Document Note. Additional information for a Document
-
getDocumentNote
String getDocumentNote()
Get Document Note. Additional information for a Document
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
setImageURL
void setImageURL(String ImageURL)
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
I_M_Product_Category getM_Product_Category() throws RuntimeException
- Throws:
RuntimeException
-
setName
void setName(String Name)
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
void setS_Training_UU(String S_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
-
-