Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_C_Period_ID
          Column name C_Period_ID
static String COLUMNNAME_C_PeriodControl_ID
          Column name C_PeriodControl_ID
static String COLUMNNAME_DocBaseType
          Column name DocBaseType
static String COLUMNNAME_PeriodAction
          Column name PeriodAction
static String COLUMNNAME_PeriodStatus
          Column name PeriodStatus
static String COLUMNNAME_Processing
          Column name Processing
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=229
static String Table_Name
          TableName=C_PeriodControl
 
Method Summary
 int getC_Period_ID()
          Get Period.
 I_C_Period getC_Period()
           
 int getC_PeriodControl_ID()
          Get Period Control
 String getDocBaseType()
          Get Document BaseType.
 String getPeriodAction()
          Get Period Action.
 String getPeriodStatus()
          Get Period Status.
 boolean isProcessing()
          Get Process Now
 void setC_Period_ID(int C_Period_ID)
          Set Period.
 void setC_PeriodControl_ID(int C_PeriodControl_ID)
          Set Period Control
 void setDocBaseType(String DocBaseType)
          Set Document BaseType.
 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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_C_PeriodControl_ID

static final String COLUMNNAME_C_PeriodControl_ID
Column name C_PeriodControl_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_DocBaseType

static final String COLUMNNAME_DocBaseType
Column name DocBaseType

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
Method Detail

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_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 Exception
Throws:
Exception

setDocBaseType

void setDocBaseType(String DocBaseType)
Set Document BaseType. Logical type of document


getDocBaseType

String getDocBaseType()
Get Document BaseType. Logical type of document


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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.