Adempiere 3.5.2a

org.eevolution.model
Interface I_HR_Concept

All Known Implementing Classes:
MHRConcept, X_HR_Concept

public interface I_HR_Concept

Generated Interface for HR_Concept

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AccountSign
          Column name AccountSign
static String COLUMNNAME_ColumnType
          Column name ColumnType
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_HR_Concept_Category_ID
          Column name HR_Concept_Category_ID
static String COLUMNNAME_HR_Concept_ID
          Column name HR_Concept_ID
static String COLUMNNAME_HR_Department_ID
          Column name HR_Department_ID
static String COLUMNNAME_HR_Job_ID
          Column name HR_Job_ID
static String COLUMNNAME_HR_Payroll_ID
          Column name HR_Payroll_ID
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_IsEmployee
          Column name IsEmployee
static String COLUMNNAME_IsPaid
          Column name IsPaid
static String COLUMNNAME_IsPrinted
          Column name IsPrinted
static String COLUMNNAME_IsReadWrite
          Column name IsReadWrite
static String COLUMNNAME_IsReceipt
          Column name IsReceipt
static String COLUMNNAME_IsRegistered
          Column name IsRegistered
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Type
          Column name Type
static String COLUMNNAME_ValidFrom
          Column name ValidFrom
static String COLUMNNAME_ValidTo
          Column name ValidTo
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53090
static String Table_Name
          TableName=HR_Concept
 
Method Summary
 String getAccountSign()
          Get Account Sign.
 String getColumnType()
          Get Column Type
 String getDescription()
          Get Description.
 int getHR_Concept_Category_ID()
          Get Payroll Concept Category
 I_HR_Concept_Category getHR_Concept_Category()
           
 int getHR_Concept_ID()
          Get Concept
 int getHR_Department_ID()
          Get Department
 I_HR_Department getHR_Department()
           
 int getHR_Job_ID()
          Get Job
 I_HR_Job getHR_Job()
           
 int getHR_Payroll_ID()
          Get Payroll
 I_HR_Payroll getHR_Payroll()
           
 String getName()
          Get Name.
 String getType()
          Get Type.
 Timestamp getValidFrom()
          Get Valid from.
 Timestamp getValidTo()
          Get Valid to.
 String getValue()
          Get Search Key.
 boolean isDefault()
          Get Default.
 boolean isEmployee()
          Get Employee.
 boolean isPaid()
          Get Paid.
 boolean isPrinted()
          Get Printed.
 boolean isReadWrite()
          Get Read Write.
 boolean isReceipt()
          Get Receipt.
 boolean isRegistered()
          Get Registered.
 void setAccountSign(String AccountSign)
          Set Account Sign.
 void setColumnType(String ColumnType)
          Set Column Type
 void setDescription(String Description)
          Set Description.
 void setHR_Concept_Category_ID(int HR_Concept_Category_ID)
          Set Payroll Concept Category
 void setHR_Concept_ID(int HR_Concept_ID)
          Set Concept
 void setHR_Department_ID(int HR_Department_ID)
          Set Department
 void setHR_Job_ID(int HR_Job_ID)
          Set Job
 void setHR_Payroll_ID(int HR_Payroll_ID)
          Set Payroll
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setIsEmployee(boolean IsEmployee)
          Set Employee.
 void setIsPaid(boolean IsPaid)
          Set Paid.
 void setIsPrinted(boolean IsPrinted)
          Set Printed.
 void setIsReadWrite(boolean IsReadWrite)
          Set Read Write.
 void setIsReceipt(boolean IsReceipt)
          Set Receipt.
 void setIsRegistered(boolean IsRegistered)
          Set Registered.
 void setName(String Name)
          Set Name.
 void setType(String Type)
          Set Type.
 void setValidFrom(Timestamp ValidFrom)
          Set Valid from.
 void setValidTo(Timestamp ValidTo)
          Set Valid to.
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=HR_Concept

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53090


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AccountSign

static final String COLUMNNAME_AccountSign
Column name AccountSign

See Also:
Constant Field Values

COLUMNNAME_ColumnType

static final String COLUMNNAME_ColumnType
Column name ColumnType

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_HR_Concept_Category_ID

static final String COLUMNNAME_HR_Concept_Category_ID
Column name HR_Concept_Category_ID

See Also:
Constant Field Values

COLUMNNAME_HR_Concept_ID

static final String COLUMNNAME_HR_Concept_ID
Column name HR_Concept_ID

See Also:
Constant Field Values

COLUMNNAME_HR_Department_ID

static final String COLUMNNAME_HR_Department_ID
Column name HR_Department_ID

See Also:
Constant Field Values

COLUMNNAME_HR_Job_ID

static final String COLUMNNAME_HR_Job_ID
Column name HR_Job_ID

See Also:
Constant Field Values

COLUMNNAME_HR_Payroll_ID

static final String COLUMNNAME_HR_Payroll_ID
Column name HR_Payroll_ID

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_IsEmployee

static final String COLUMNNAME_IsEmployee
Column name IsEmployee

See Also:
Constant Field Values

COLUMNNAME_IsPaid

static final String COLUMNNAME_IsPaid
Column name IsPaid

See Also:
Constant Field Values

COLUMNNAME_IsPrinted

static final String COLUMNNAME_IsPrinted
Column name IsPrinted

See Also:
Constant Field Values

COLUMNNAME_IsReadWrite

static final String COLUMNNAME_IsReadWrite
Column name IsReadWrite

See Also:
Constant Field Values

COLUMNNAME_IsReceipt

static final String COLUMNNAME_IsReceipt
Column name IsReceipt

See Also:
Constant Field Values

COLUMNNAME_IsRegistered

static final String COLUMNNAME_IsRegistered
Column name IsRegistered

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Type

static final String COLUMNNAME_Type
Column name Type

See Also:
Constant Field Values

COLUMNNAME_ValidFrom

static final String COLUMNNAME_ValidFrom
Column name ValidFrom

See Also:
Constant Field Values

COLUMNNAME_ValidTo

static final String COLUMNNAME_ValidTo
Column name ValidTo

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setAccountSign

void setAccountSign(String AccountSign)
Set Account Sign. Indicates the Natural Sign of the Account as a Debit or Credit


getAccountSign

String getAccountSign()
Get Account Sign. Indicates the Natural Sign of the Account as a Debit or Credit


setColumnType

void setColumnType(String ColumnType)
Set Column Type


getColumnType

String getColumnType()
Get Column Type


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setHR_Concept_Category_ID

void setHR_Concept_Category_ID(int HR_Concept_Category_ID)
Set Payroll Concept Category


getHR_Concept_Category_ID

int getHR_Concept_Category_ID()
Get Payroll Concept Category


getHR_Concept_Category

I_HR_Concept_Category getHR_Concept_Category()
                                             throws Exception
Throws:
Exception

setHR_Concept_ID

void setHR_Concept_ID(int HR_Concept_ID)
Set Concept


getHR_Concept_ID

int getHR_Concept_ID()
Get Concept


setHR_Department_ID

void setHR_Department_ID(int HR_Department_ID)
Set Department


getHR_Department_ID

int getHR_Department_ID()
Get Department


getHR_Department

I_HR_Department getHR_Department()
                                 throws Exception
Throws:
Exception

setHR_Job_ID

void setHR_Job_ID(int HR_Job_ID)
Set Job


getHR_Job_ID

int getHR_Job_ID()
Get Job


getHR_Job

I_HR_Job getHR_Job()
                   throws Exception
Throws:
Exception

setHR_Payroll_ID

void setHR_Payroll_ID(int HR_Payroll_ID)
Set Payroll


getHR_Payroll_ID

int getHR_Payroll_ID()
Get Payroll


getHR_Payroll

I_HR_Payroll getHR_Payroll()
                           throws Exception
Throws:
Exception

setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


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


setIsPaid

void setIsPaid(boolean IsPaid)
Set Paid. The document is paid


isPaid

boolean isPaid()
Get Paid. The document is paid


setIsPrinted

void setIsPrinted(boolean IsPrinted)
Set Printed. Indicates if this document / line is printed


isPrinted

boolean isPrinted()
Get Printed. Indicates if this document / line is printed


setIsReadWrite

void setIsReadWrite(boolean IsReadWrite)
Set Read Write. Field is read / write


isReadWrite

boolean isReadWrite()
Get Read Write. Field is read / write


setIsReceipt

void setIsReceipt(boolean IsReceipt)
Set Receipt. This is a sales transaction (receipt)


isReceipt

boolean isReceipt()
Get Receipt. This is a sales transaction (receipt)


setIsRegistered

void setIsRegistered(boolean IsRegistered)
Set Registered. The application is registered.


isRegistered

boolean isRegistered()
Get Registered. The application is registered.


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setType

void setType(String Type)
Set Type. Type of Validation (SQL, Java Script, Java Language)


getType

String getType()
Get Type. Type of Validation (SQL, Java Script, Java Language)


setValidFrom

void setValidFrom(Timestamp ValidFrom)
Set Valid from. Valid from including this date (first day)


getValidFrom

Timestamp getValidFrom()
Get Valid from. Valid from including this date (first day)


setValidTo

void setValidTo(Timestamp ValidTo)
Set Valid to. Valid to including this date (last day)


getValidTo

Timestamp getValidTo()
Get Valid to. Valid to including this date (last day)


setValue

void setValue(String Value)
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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.