Package org.eevolution.model
Interface I_HR_Contract
- All Known Implementing Classes:
X_HR_Contract
public interface I_HR_Contract
Generated Interface for HR_Contract
- 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_BPartner_IDstatic final StringColumn name C_Campaign_IDstatic final StringColumn name C_Project_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name HR_Contract_IDstatic final StringColumn name HR_Contract_UUstatic final StringColumn name IsActivestatic final StringColumn name Namestatic final StringColumn name NetDaysstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name ValidFromstatic final StringColumn name ValidTostatic final StringColumn name Valuestatic final KeyNamePairstatic final intAD_Table_ID=53085static final StringTableName=HR_Contract -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Business Partner.Deprecated.intGet Campaign.Deprecated.intGet Project.Get Created.intGet Created By.Get Description.intGet Payroll ContractGet HR_Contract_UUgetName()Get Name.intGet Net Days.Get Updated.intGet Updated By.Get Valid from.Get Valid to.getValue()Get Search Key.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_BPartner_ID(int C_BPartner_ID) Set Business Partner.voidsetC_Campaign_ID(int C_Campaign_ID) Set Campaign.voidsetC_Project_ID(int C_Project_ID) Set Project.voidsetDescription(String Description) Set Description.voidsetHR_Contract_ID(int HR_Contract_ID) Set Payroll ContractvoidsetHR_Contract_UU(String HR_Contract_UU) Set HR_Contract_UUvoidsetIsActive(boolean IsActive) Set Active.voidSet Name.voidsetNetDays(int NetDays) Set Net Days.voidsetValidFrom(Timestamp ValidFrom) Set Valid from.voidsetValidTo(Timestamp ValidTo) Set Valid to.voidSet Search Key.
-
Field Details
-
Table_Name
TableName=HR_Contract- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53085- 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_BPartner_ID
Column name C_BPartner_ID- See Also:
-
COLUMNNAME_C_Campaign_ID
Column name C_Campaign_ID- See Also:
-
COLUMNNAME_C_Project_ID
Column name C_Project_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_HR_Contract_ID
Column name HR_Contract_ID- See Also:
-
COLUMNNAME_HR_Contract_UU
Column name HR_Contract_UU- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_NetDays
Column name NetDays- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_ValidFrom
Column name ValidFrom- See Also:
-
COLUMNNAME_ValidTo
Column name ValidTo- See Also:
-
COLUMNNAME_Value
Column name Value- 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_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID) Set Business Partner. Identifies a Business Partner -
getC_BPartner_ID
int getC_BPartner_ID()Get Business Partner. Identifies a Business Partner -
getC_BPartner
Deprecated.- Throws:
RuntimeException
-
setC_Campaign_ID
void setC_Campaign_ID(int C_Campaign_ID) Set Campaign. Marketing Campaign -
getC_Campaign_ID
int getC_Campaign_ID()Get Campaign. Marketing Campaign -
getC_Campaign
Deprecated.- Throws:
RuntimeException
-
setC_Project_ID
void setC_Project_ID(int C_Project_ID) Set Project. Financial Project -
getC_Project_ID
int getC_Project_ID()Get Project. Financial Project -
getC_Project
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 -
setHR_Contract_ID
void setHR_Contract_ID(int HR_Contract_ID) Set Payroll Contract -
getHR_Contract_ID
int getHR_Contract_ID()Get Payroll Contract -
setHR_Contract_UU
Set HR_Contract_UU -
getHR_Contract_UU
String getHR_Contract_UU()Get HR_Contract_UU -
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 -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setNetDays
void setNetDays(int NetDays) Set Net Days. Net Days in which payment is due -
getNetDays
int getNetDays()Get Net Days. Net Days in which payment is due -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValidFrom
Set Valid from. Valid from including this date (first day) -
getValidFrom
Timestamp getValidFrom()Get Valid from. Valid from including this date (first day) -
setValidTo
Set Valid to. Valid to including this date (last day) -
getValidTo
Timestamp getValidTo()Get Valid to. Valid to including this date (last day) -
setValue
Set Search Key. Search key for the record in the format required - must be unique -
getValue
String getValue()Get Search Key. Search key for the record in the format required - must be unique
-