Adempiere 3.5.2a

org.eevolution.model
Interface I_HR_Period

All Known Implementing Classes:
X_HR_Period

public interface I_HR_Period

Generated Interface for HR_Period

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_Period_ID
          Column name C_Period_ID
static String COLUMNNAME_C_Year_ID
          Column name C_Year_ID
static String COLUMNNAME_DateAcct
          Column name DateAcct
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EndDate
          Column name EndDate
static String COLUMNNAME_HR_Payroll_ID
          Column name HR_Payroll_ID
static String COLUMNNAME_HR_Period_ID
          Column name HR_Period_ID
static String COLUMNNAME_HR_Year_ID
          Column name HR_Year_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PeriodAction
          Column name PeriodAction
static String COLUMNNAME_PeriodNo
          Column name PeriodNo
static String COLUMNNAME_PeriodStatus
          Column name PeriodStatus
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_StartDate
          Column name StartDate
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53094
static String Table_Name
          TableName=HR_Period
 
Method Summary
 int getC_Period_ID()
          Get Period.
 I_C_Period getC_Period()
           
 int getC_Year_ID()
          Get Year.
 I_C_Year getC_Year()
           
 Timestamp getDateAcct()
          Get Account Date.
 String getDescription()
          Get Description.
 Timestamp getEndDate()
          Get End Date.
 int getHR_Payroll_ID()
          Get Payroll
 I_HR_Payroll getHR_Payroll()
           
 int getHR_Period_ID()
          Get Payroll Period
 int getHR_Year_ID()
          Get Payroll Year
 I_HR_Year getHR_Year()
           
 String getName()
          Get Name.
 String getPeriodAction()
          Get Period Action.
 int getPeriodNo()
          Get Period No.
 String getPeriodStatus()
          Get Period Status.
 Timestamp getStartDate()
          Get Start Date.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setC_Period_ID(int C_Period_ID)
          Set Period.
 void setC_Year_ID(int C_Year_ID)
          Set Year.
 void setDateAcct(Timestamp DateAcct)
          Set Account Date.
 void setDescription(String Description)
          Set Description.
 void setEndDate(Timestamp EndDate)
          Set End Date.
 void setHR_Payroll_ID(int HR_Payroll_ID)
          Set Payroll
 void setHR_Period_ID(int HR_Period_ID)
          Set Payroll Period
 void setHR_Year_ID(int HR_Year_ID)
          Set Payroll Year
 void setName(String Name)
          Set Name.
 void setPeriodAction(String PeriodAction)
          Set Period Action.
 void setPeriodNo(int PeriodNo)
          Set Period No.
 void setPeriodStatus(String PeriodStatus)
          Set Period Status.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setStartDate(Timestamp StartDate)
          Set Start Date.
 

Field Detail

Table_Name

static final String Table_Name
TableName=HR_Period

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53094


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_Period_ID

static final String COLUMNNAME_C_Period_ID
Column name C_Period_ID

See Also:
Constant Field Values

COLUMNNAME_C_Year_ID

static final String COLUMNNAME_C_Year_ID
Column name C_Year_ID

See Also:
Constant Field Values

COLUMNNAME_DateAcct

static final String COLUMNNAME_DateAcct
Column name DateAcct

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EndDate

static final String COLUMNNAME_EndDate
Column name EndDate

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_HR_Period_ID

static final String COLUMNNAME_HR_Period_ID
Column name HR_Period_ID

See Also:
Constant Field Values

COLUMNNAME_HR_Year_ID

static final String COLUMNNAME_HR_Year_ID
Column name HR_Year_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PeriodAction

static final String COLUMNNAME_PeriodAction
Column name PeriodAction

See Also:
Constant Field Values

COLUMNNAME_PeriodNo

static final String COLUMNNAME_PeriodNo
Column name PeriodNo

See Also:
Constant Field Values

COLUMNNAME_PeriodStatus

static final String COLUMNNAME_PeriodStatus
Column name PeriodStatus

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_StartDate

static final String COLUMNNAME_StartDate
Column name StartDate

See Also:
Constant Field Values
Method Detail

setC_Period_ID

void setC_Period_ID(int C_Period_ID)
Set Period. Period of the Calendar


getC_Period_ID

int getC_Period_ID()
Get Period. Period of the Calendar


getC_Period

I_C_Period getC_Period()
                       throws Exception
Throws:
Exception

setC_Year_ID

void setC_Year_ID(int C_Year_ID)
Set Year. Calendar Year


getC_Year_ID

int getC_Year_ID()
Get Year. Calendar Year


getC_Year

I_C_Year getC_Year()
                   throws Exception
Throws:
Exception

setDateAcct

void setDateAcct(Timestamp DateAcct)
Set Account Date. Accounting Date


getDateAcct

Timestamp getDateAcct()
Get Account Date. Accounting Date


setDescription

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


getDescription

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


setEndDate

void setEndDate(Timestamp EndDate)
Set End Date. Last effective date (inclusive)


getEndDate

Timestamp getEndDate()
Get End Date. Last effective date (inclusive)


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

setHR_Period_ID

void setHR_Period_ID(int HR_Period_ID)
Set Payroll Period


getHR_Period_ID

int getHR_Period_ID()
Get Payroll Period


setHR_Year_ID

void setHR_Year_ID(int HR_Year_ID)
Set Payroll Year


getHR_Year_ID

int getHR_Year_ID()
Get Payroll Year


getHR_Year

I_HR_Year getHR_Year()
                     throws Exception
Throws:
Exception

setName

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


getName

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


setPeriodAction

void setPeriodAction(String PeriodAction)
Set Period Action. Action taken for this period


getPeriodAction

String getPeriodAction()
Get Period Action. Action taken for this period


setPeriodNo

void setPeriodNo(int PeriodNo)
Set Period No. Unique Period Number


getPeriodNo

int getPeriodNo()
Get Period No. Unique Period Number


setPeriodStatus

void setPeriodStatus(String PeriodStatus)
Set Period Status. Current state of this period


getPeriodStatus

String getPeriodStatus()
Get Period Status. Current state of this period


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


setStartDate

void setStartDate(Timestamp StartDate)
Set Start Date. First effective day (inclusive)


getStartDate

Timestamp getStartDate()
Get Start Date. First effective day (inclusive)


Adempiere 3.5.2a

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