Package org.brerp.base.model
Interface I_COF_OrcamentoPeriodo
- All Known Implementing Classes:
MCOFOrcamentoPeriodo
,X_COF_OrcamentoPeriodo
public interface I_COF_OrcamentoPeriodo
Generated Interface for COF_OrcamentoPeriodo
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 3 - Client - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name COF_Orcamento_IDstatic final String
Column name COF_OrcamentoPeriodo_IDstatic final String
Column name COF_OrcamentoPeriodo_UUstatic final String
Column name cof_Processingstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DateFromstatic final String
Column name DateTostatic final String
Column name IsActivestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name Valuestatic final KeyNamePair
static final int
AD_Table_ID=1500641static final String
TableName=COF_OrcamentoPeriodo -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Orçamento.int
Get Período de Orçamento.Get COF_OrcamentoPeriodo_UUGet Process NowGet Created.int
Get Created By.Get Date From.Get Date To.Get Updated.int
Get Updated By.getValue()
Get Search Key.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setCOF_Orcamento_ID
(int COF_Orcamento_ID) Set Orçamento.void
setCOF_OrcamentoPeriodo_ID
(int COF_OrcamentoPeriodo_ID) Set Período de Orçamento.void
setCOF_OrcamentoPeriodo_UU
(String COF_OrcamentoPeriodo_UU) Set COF_OrcamentoPeriodo_UUvoid
setcof_Processing
(String cof_Processing) Set Process Nowvoid
setDateFrom
(Timestamp DateFrom) Set Date From.void
Set Date To.void
setIsActive
(boolean IsActive) Set Active.void
Set Search Key.
-
Field Details
-
Table_Name
TableName=COF_OrcamentoPeriodo- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=1500641 -
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_COF_OrcamentoPeriodo_ID
Column name COF_OrcamentoPeriodo_ID- See Also:
-
COLUMNNAME_COF_OrcamentoPeriodo_UU
Column name COF_OrcamentoPeriodo_UU- See Also:
-
COLUMNNAME_COF_Orcamento_ID
Column name COF_Orcamento_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DateFrom
Column name DateFrom- See Also:
-
COLUMNNAME_DateTo
Column name DateTo- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_Value
Column name Value- See Also:
-
COLUMNNAME_cof_Processing
Column name cof_Processing- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setCOF_OrcamentoPeriodo_ID
void setCOF_OrcamentoPeriodo_ID(int COF_OrcamentoPeriodo_ID) Set Período de Orçamento. Primary Key : Período -
getCOF_OrcamentoPeriodo_ID
int getCOF_OrcamentoPeriodo_ID()Get Período de Orçamento. Primary Key : Período -
setCOF_OrcamentoPeriodo_UU
Set COF_OrcamentoPeriodo_UU -
getCOF_OrcamentoPeriodo_UU
String getCOF_OrcamentoPeriodo_UU()Get COF_OrcamentoPeriodo_UU -
setCOF_Orcamento_ID
void setCOF_Orcamento_ID(int COF_Orcamento_ID) Set Orçamento. Primary Key : Orçamento -
getCOF_Orcamento_ID
int getCOF_Orcamento_ID()Get Orçamento. Primary Key : Orçamento -
getCOF_Orcamento
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDateFrom
Set Date From. Starting date for a range -
getDateFrom
Timestamp getDateFrom()Get Date From. Starting date for a range -
setDateTo
Set Date To. End date of a date range -
getDateTo
Timestamp getDateTo()Get Date To. End date of a date range -
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 -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValue
Set Search Key. Search key for the record in the format required - must be unique -
getValue
String getValue()Get Search Key. Search key for the record in the format required - must be unique -
setcof_Processing
Set Process Now -
getcof_Processing
String getcof_Processing()Get Process Now
-