Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 2 - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_Period_ID
Column name C_Period_IDstatic String
COLUMNNAME_C_Period_UU
Column name C_Period_UUstatic String
COLUMNNAME_C_Year_ID
Column name C_Year_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_EndDate
Column name EndDatestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_PeriodNo
Column name PeriodNostatic String
COLUMNNAME_PeriodType
Column name PeriodTypestatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_StartDate
Column name StartDatestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=145static String
Table_Name
TableName=C_Period
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.int
getC_Period_ID()
Get Period.String
getC_Period_UU()
Get C_Period_UUI_C_Year
getC_Year()
int
getC_Year_ID()
Get Year.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getEndDate()
Get End Date.String
getName()
Get Name.int
getPeriodNo()
Get Period No.String
getPeriodType()
Get Period Type.Timestamp
getStartDate()
Get Start Date.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessing()
Get Process Nowvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_Period_ID(int C_Period_ID)
Set Period.void
setC_Period_UU(String C_Period_UU)
Set C_Period_UUvoid
setC_Year_ID(int C_Year_ID)
Set Year.void
setEndDate(Timestamp EndDate)
Set End Date.void
setIsActive(boolean IsActive)
Set Active.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 Nowvoid
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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 2 - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Period_ID
static final String COLUMNNAME_C_Period_ID
Column name C_Period_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Period_UU
static final String COLUMNNAME_C_Period_UU
Column name C_Period_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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_Period_UU
void setC_Period_UU(String C_Period_UU)
Set C_Period_UU
-
getC_Period_UU
String getC_Period_UU()
Get C_Period_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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 RuntimeException
- Throws:
RuntimeException
-
setEndDate
void setEndDate(Timestamp EndDate)
Set End Date. Last effective date (inclusive)
-
getEndDate
Timestamp getEndDate()
Get End Date. Last effective date (inclusive)
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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)
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-