Adempiere 3.5.2a

org.compiere.model
Interface I_C_Period

All Known Implementing Classes:
MPeriod, X_C_Period

public interface I_C_Period

Generated Interface for C_Period

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
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_EndDate
          Column name EndDate
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PeriodNo
          Column name PeriodNo
static String COLUMNNAME_PeriodType
          Column name PeriodType
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_StartDate
          Column name StartDate
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=145
static String Table_Name
          TableName=C_Period
 
Method Summary
 int getC_Period_ID()
          Get Period.
 int getC_Year_ID()
          Get Year.
 I_C_Year getC_Year()
           
 Timestamp getEndDate()
          Get End Date.
 String getName()
          Get Name.
 int getPeriodNo()
          Get Period No.
 String getPeriodType()
          Get Period Type.
 Timestamp getStartDate()
          Get Start Date.
 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 setEndDate(Timestamp EndDate)
          Set End Date.
 void setName(String Name)
          Set Name.
 void setPeriodNo(int PeriodNo)
          Set Period No.
 void setPeriodType(String PeriodType)
          Set Period Type.
 void setProcessing(boolean Processing)
          Set Process Now
 void setStartDate(Timestamp StartDate)
          Set Start Date.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Period

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=145


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


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_EndDate

static final String COLUMNNAME_EndDate
Column name EndDate

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PeriodNo

static final String COLUMNNAME_PeriodNo
Column name PeriodNo

See Also:
Constant Field Values

COLUMNNAME_PeriodType

static final String COLUMNNAME_PeriodType
Column name PeriodType

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


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

setEndDate

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


getEndDate

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


setName

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


getName

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


setPeriodNo

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


getPeriodNo

int getPeriodNo()
Get Period No. Unique Period Number


setPeriodType

void setPeriodType(String PeriodType)
Set Period Type. Period Type


getPeriodType

String getPeriodType()
Get Period Type. Period Type


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.