Package org.compiere.model
Interface I_C_Year
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 2 - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_Calendar_IDColumn name C_Calendar_IDstatic StringCOLUMNNAME_C_Year_IDColumn name C_Year_IDstatic StringCOLUMNNAME_C_Year_UUColumn name C_Year_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_FiscalYearColumn name FiscalYearstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=177static StringTable_NameTableName=C_Year
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_CalendargetC_Calendar()intgetC_Calendar_ID()Get Calendar.intgetC_Year_ID()Get Year.StringgetC_Year_UU()Get C_Year_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetFiscalYear()Get Year.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisProcessing()Get Process NowvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_Calendar_ID(int C_Calendar_ID)Set Calendar.voidsetC_Year_ID(int C_Year_ID)Set Year.voidsetC_Year_UU(String C_Year_UU)Set C_Year_UUvoidsetDescription(String Description)Set Description.voidsetFiscalYear(String FiscalYear)Set Year.voidsetIsActive(boolean IsActive)Set Active.voidsetProcessing(boolean Processing)Set Process Now
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_Year- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=177- 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_Calendar_ID
static final String COLUMNNAME_C_Calendar_ID
Column name C_Calendar_ID- 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_C_Year_UU
static final String COLUMNNAME_C_Year_UU
Column name C_Year_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_FiscalYear
static final String COLUMNNAME_FiscalYear
Column name FiscalYear- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- 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_Calendar_ID
void setC_Calendar_ID(int C_Calendar_ID)
Set Calendar. Accounting Calendar Name
-
getC_Calendar_ID
int getC_Calendar_ID()
Get Calendar. Accounting Calendar Name
-
getC_Calendar
I_C_Calendar getC_Calendar() throws RuntimeException
- Throws:
RuntimeException
-
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
-
setC_Year_UU
void setC_Year_UU(String C_Year_UU)
Set C_Year_UU
-
getC_Year_UU
String getC_Year_UU()
Get C_Year_UU
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setFiscalYear
void setFiscalYear(String FiscalYear)
Set Year. The Fiscal Year
-
getFiscalYear
String getFiscalYear()
Get Year. The Fiscal Year
-
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
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-