Package org.compiere.model
Interface I_C_PeriodControl
-
- All Known Implementing Classes:
MPeriodControl,X_C_PeriodControl
public interface I_C_PeriodControlGenerated Interface for C_PeriodControl- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
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_Period_IDColumn name C_Period_IDstatic StringCOLUMNNAME_C_PeriodControl_IDColumn name C_PeriodControl_IDstatic StringCOLUMNNAME_C_PeriodControl_UUColumn name C_PeriodControl_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DocBaseTypeColumn name DocBaseTypestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_PeriodActionColumn name PeriodActionstatic StringCOLUMNNAME_PeriodStatusColumn name PeriodStatusstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=229static StringTable_NameTableName=C_PeriodControl
-
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_PeriodgetC_Period()intgetC_Period_ID()Get Period.intgetC_PeriodControl_ID()Get Period ControlStringgetC_PeriodControl_UU()Get C_PeriodControl_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDocBaseType()Get Document BaseType.StringgetPeriodAction()Get Period Action.StringgetPeriodStatus()Get Period Status.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisProcessing()Get Process NowvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_Period_ID(int C_Period_ID)Set Period.voidsetC_PeriodControl_ID(int C_PeriodControl_ID)Set Period ControlvoidsetC_PeriodControl_UU(String C_PeriodControl_UU)Set C_PeriodControl_UUvoidsetDocBaseType(String DocBaseType)Set Document BaseType.voidsetIsActive(boolean IsActive)Set Active.voidsetPeriodAction(String PeriodAction)Set Period Action.voidsetPeriodStatus(String PeriodStatus)Set Period Status.voidsetProcessing(boolean Processing)Set Process Now
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_PeriodControl- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=229- 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_PeriodControl_ID
static final String COLUMNNAME_C_PeriodControl_ID
Column name C_PeriodControl_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_PeriodControl_UU
static final String COLUMNNAME_C_PeriodControl_UU
Column name C_PeriodControl_UU- 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_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_DocBaseType
static final String COLUMNNAME_DocBaseType
Column name DocBaseType- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_PeriodAction
static final String COLUMNNAME_PeriodAction
Column name PeriodAction- See Also:
- Constant Field Values
-
COLUMNNAME_PeriodStatus
static final String COLUMNNAME_PeriodStatus
Column name PeriodStatus- 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_PeriodControl_ID
void setC_PeriodControl_ID(int C_PeriodControl_ID)
Set Period Control
-
getC_PeriodControl_ID
int getC_PeriodControl_ID()
Get Period Control
-
setC_PeriodControl_UU
void setC_PeriodControl_UU(String C_PeriodControl_UU)
Set C_PeriodControl_UU
-
getC_PeriodControl_UU
String getC_PeriodControl_UU()
Get C_PeriodControl_UU
-
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 RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDocBaseType
void setDocBaseType(String DocBaseType)
Set Document BaseType. Logical type of document
-
getDocBaseType
String getDocBaseType()
Get Document BaseType. Logical type of document
-
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
-
setPeriodAction
void setPeriodAction(String PeriodAction)
Set Period Action. Action taken for this period
-
getPeriodAction
String getPeriodAction()
Get Period Action. Action taken for this period
-
setPeriodStatus
void setPeriodStatus(String PeriodStatus)
Set Period Status. Current state of this period
-
getPeriodStatus
String getPeriodStatus()
Get Period Status. Current state of this period
-
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
-
-