Package org.compiere.model
Interface I_C_PeriodControl
-
- All Known Implementing Classes:
MPeriodControl
,X_C_PeriodControl
public interface I_C_PeriodControl
Generated Interface for C_PeriodControl- 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_PeriodControl_ID
Column name C_PeriodControl_IDstatic String
COLUMNNAME_C_PeriodControl_UU
Column name C_PeriodControl_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DocBaseType
Column name DocBaseTypestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_PeriodAction
Column name PeriodActionstatic String
COLUMNNAME_PeriodStatus
Column name PeriodStatusstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=229static String
Table_Name
TableName=C_PeriodControl
-
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.I_C_Period
getC_Period()
int
getC_Period_ID()
Get Period.int
getC_PeriodControl_ID()
Get Period ControlString
getC_PeriodControl_UU()
Get C_PeriodControl_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDocBaseType()
Get Document BaseType.String
getPeriodAction()
Get Period Action.String
getPeriodStatus()
Get Period Status.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_PeriodControl_ID(int C_PeriodControl_ID)
Set Period Controlvoid
setC_PeriodControl_UU(String C_PeriodControl_UU)
Set C_PeriodControl_UUvoid
setDocBaseType(String DocBaseType)
Set Document BaseType.void
setIsActive(boolean IsActive)
Set Active.void
setPeriodAction(String PeriodAction)
Set Period Action.void
setPeriodStatus(String PeriodStatus)
Set Period Status.void
setProcessing(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
-
-