Adempiere 3.5.2a

org.eevolution.model
Interface I_HR_List

All Known Implementing Classes:
X_HR_List

public interface I_HR_List

Generated Interface for HR_List

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_HR_Department_ID
          Column name HR_Department_ID
static String COLUMNNAME_HR_Employee_ID
          Column name HR_Employee_ID
static String COLUMNNAME_HR_List_ID
          Column name HR_List_ID
static String COLUMNNAME_HR_ListType_ID
          Column name HR_ListType_ID
static String COLUMNNAME_HR_Payroll_ID
          Column name HR_Payroll_ID
static String COLUMNNAME_IsEmployee
          Column name IsEmployee
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_ValidFrom
          Column name ValidFrom
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53099
static String Table_Name
          TableName=HR_List
 
Method Summary
 String getDescription()
          Get Description.
 int getHR_Department_ID()
          Get Department
 I_HR_Department getHR_Department()
           
 int getHR_Employee_ID()
          Get Employee
 I_HR_Employee getHR_Employee()
           
 int getHR_List_ID()
          Get Payroll List
 int getHR_ListType_ID()
          Get Payroll List Type
 I_HR_ListType getHR_ListType()
           
 int getHR_Payroll_ID()
          Get Payroll
 I_HR_Payroll getHR_Payroll()
           
 String getName()
          Get Name.
 Timestamp getValidFrom()
          Get Valid from.
 String getValue()
          Get Search Key.
 boolean isEmployee()
          Get Employee.
 void setDescription(String Description)
          Set Description.
 void setHR_Department_ID(int HR_Department_ID)
          Set Department
 void setHR_Employee_ID(int HR_Employee_ID)
          Set Employee
 void setHR_List_ID(int HR_List_ID)
          Set Payroll List
 void setHR_ListType_ID(int HR_ListType_ID)
          Set Payroll List Type
 void setHR_Payroll_ID(int HR_Payroll_ID)
          Set Payroll
 void setIsEmployee(boolean IsEmployee)
          Set Employee.
 void setName(String Name)
          Set Name.
 void setValidFrom(Timestamp ValidFrom)
          Set Valid from.
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=HR_List

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53099


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

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_Employee_ID

static final String COLUMNNAME_HR_Employee_ID
Column name HR_Employee_ID

See Also:
Constant Field Values

COLUMNNAME_HR_List_ID

static final String COLUMNNAME_HR_List_ID
Column name HR_List_ID

See Also:
Constant Field Values

COLUMNNAME_HR_ListType_ID

static final String COLUMNNAME_HR_ListType_ID
Column name HR_ListType_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_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_ValidFrom

static final String COLUMNNAME_ValidFrom
Column name ValidFrom

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

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_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_Employee_ID

void setHR_Employee_ID(int HR_Employee_ID)
Set Employee


getHR_Employee_ID

int getHR_Employee_ID()
Get Employee


getHR_Employee

I_HR_Employee getHR_Employee()
                             throws Exception
Throws:
Exception

setHR_List_ID

void setHR_List_ID(int HR_List_ID)
Set Payroll List


getHR_List_ID

int getHR_List_ID()
Get Payroll List


setHR_ListType_ID

void setHR_ListType_ID(int HR_ListType_ID)
Set Payroll List Type


getHR_ListType_ID

int getHR_ListType_ID()
Get Payroll List Type


getHR_ListType

I_HR_ListType getHR_ListType()
                             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

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


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)


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.