|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_Period
Generated Interface for C_Period
| 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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_C_Period_ID
static final String COLUMNNAME_C_Year_ID
static final String COLUMNNAME_EndDate
static final String COLUMNNAME_Name
static final String COLUMNNAME_PeriodNo
static final String COLUMNNAME_PeriodType
static final String COLUMNNAME_Processing
static final String COLUMNNAME_StartDate
| Method Detail |
|---|
void setC_Period_ID(int C_Period_ID)
int getC_Period_ID()
void setC_Year_ID(int C_Year_ID)
int getC_Year_ID()
I_C_Year getC_Year()
throws Exception
Exceptionvoid setEndDate(Timestamp EndDate)
Timestamp getEndDate()
void setName(String Name)
String getName()
void setPeriodNo(int PeriodNo)
int getPeriodNo()
void setPeriodType(String PeriodType)
String getPeriodType()
void setProcessing(boolean Processing)
boolean isProcessing()
void setStartDate(Timestamp StartDate)
Timestamp getStartDate()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||