Adempiere 3.5.2a

org.eevolution.model
Interface I_HR_Payroll

All Known Implementing Classes:
MHRPayroll, X_HR_Payroll

public interface I_HR_Payroll

Generated Interface for HR_Payroll

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AD_PrintFormat_ID
          Column name AD_PrintFormat_ID
static String COLUMNNAME_C_Charge_ID
          Column name C_Charge_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_HR_Contract_ID
          Column name HR_Contract_ID
static String COLUMNNAME_HR_Payroll_ID
          Column name HR_Payroll_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PaymentRule
          Column name PaymentRule
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53093
static String Table_Name
          TableName=HR_Payroll
 
Method Summary
 int getAD_PrintFormat_ID()
          Get Print Format.
 I_AD_PrintFormat getAD_PrintFormat()
           
 int getC_Charge_ID()
          Get Charge.
 I_C_Charge getC_Charge()
           
 String getDescription()
          Get Description.
 int getHR_Contract_ID()
          Get Payroll Contract
 I_HR_Contract getHR_Contract()
           
 int getHR_Payroll_ID()
          Get Payroll
 String getName()
          Get Name.
 String getPaymentRule()
          Get Payment Rule.
 String getValue()
          Get Search Key.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
          Set Print Format.
 void setC_Charge_ID(int C_Charge_ID)
          Set Charge.
 void setDescription(String Description)
          Set Description.
 void setHR_Contract_ID(int HR_Contract_ID)
          Set Payroll Contract
 void setHR_Payroll_ID(int HR_Payroll_ID)
          Set Payroll
 void setName(String Name)
          Set Name.
 void setPaymentRule(String PaymentRule)
          Set Payment Rule.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=HR_Payroll

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53093


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AD_PrintFormat_ID

static final String COLUMNNAME_AD_PrintFormat_ID
Column name AD_PrintFormat_ID

See Also:
Constant Field Values

COLUMNNAME_C_Charge_ID

static final String COLUMNNAME_C_Charge_ID
Column name C_Charge_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_HR_Contract_ID

static final String COLUMNNAME_HR_Contract_ID
Column name HR_Contract_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_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PaymentRule

static final String COLUMNNAME_PaymentRule
Column name PaymentRule

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setAD_PrintFormat_ID

void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format. Data Print Format


getAD_PrintFormat_ID

int getAD_PrintFormat_ID()
Get Print Format. Data Print Format


getAD_PrintFormat

I_AD_PrintFormat getAD_PrintFormat()
                                   throws Exception
Throws:
Exception

setC_Charge_ID

void setC_Charge_ID(int C_Charge_ID)
Set Charge. Additional document charges


getC_Charge_ID

int getC_Charge_ID()
Get Charge. Additional document charges


getC_Charge

I_C_Charge getC_Charge()
                       throws Exception
Throws:
Exception

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_Contract_ID

void setHR_Contract_ID(int HR_Contract_ID)
Set Payroll Contract


getHR_Contract_ID

int getHR_Contract_ID()
Get Payroll Contract


getHR_Contract

I_HR_Contract getHR_Contract()
                             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


setName

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


getName

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


setPaymentRule

void setPaymentRule(String PaymentRule)
Set Payment Rule. How you pay the invoice


getPaymentRule

String getPaymentRule()
Get Payment Rule. How you pay the invoice


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


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.