Package org.compiere.model
Interface I_C_Job
-
- All Known Implementing Classes:
X_C_Job
public interface I_C_JobGenerated Interface for C_Job- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 2 - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_Job_IDColumn name C_Job_IDstatic StringCOLUMNNAME_C_Job_UUColumn name C_Job_UUstatic StringCOLUMNNAME_C_JobCategory_IDColumn name C_JobCategory_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsEmployeeColumn name IsEmployeestatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=789static StringTable_NameTableName=C_Job
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.intgetC_Job_ID()Get Position.StringgetC_Job_UU()Get C_Job_UUI_C_JobCategorygetC_JobCategory()intgetC_JobCategory_ID()Get Position Category.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetHelp()Get Comment/Help.StringgetName()Get Name.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisEmployee()Get Employee.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_Job_ID(int C_Job_ID)Set Position.voidsetC_Job_UU(String C_Job_UU)Set C_Job_UUvoidsetC_JobCategory_ID(int C_JobCategory_ID)Set Position Category.voidsetDescription(String Description)Set Description.voidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetIsEmployee(boolean IsEmployee)Set Employee.voidsetName(String Name)Set Name.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_Job- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=789- 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_C_JobCategory_ID
static final String COLUMNNAME_C_JobCategory_ID
Column name C_JobCategory_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Job_ID
static final String COLUMNNAME_C_Job_ID
Column name C_Job_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Job_UU
static final String COLUMNNAME_C_Job_UU
Column name C_Job_UU- 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_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsEmployee
static final String COLUMNNAME_IsEmployee
Column name IsEmployee- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- 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
-
setC_JobCategory_ID
void setC_JobCategory_ID(int C_JobCategory_ID)
Set Position Category. Job Position Category
-
getC_JobCategory_ID
int getC_JobCategory_ID()
Get Position Category. Job Position Category
-
getC_JobCategory
I_C_JobCategory getC_JobCategory() throws RuntimeException
- Throws:
RuntimeException
-
setC_Job_ID
void setC_Job_ID(int C_Job_ID)
Set Position. Job Position
-
getC_Job_ID
int getC_Job_ID()
Get Position. Job Position
-
setC_Job_UU
void setC_Job_UU(String C_Job_UU)
Set C_Job_UU
-
getC_Job_UU
String getC_Job_UU()
Get C_Job_UU
-
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
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
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
-
setIsEmployee
void setIsEmployee(boolean IsEmployee)
Set Employee. Indicates if this Business Partner is an employee
-
isEmployee
boolean isEmployee()
Get Employee. Indicates if this Business Partner is an employee
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-