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
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name COF_Orcamento_IDstatic final StringColumn name COF_OrcamentoPeriodo_IDstatic final StringColumn name COF_OrcamentoPeriodo_UUstatic final StringColumn name cof_Processingstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name DateFromstatic final StringColumn name DateTostatic final StringColumn name IsActivestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name Valuestatic final KeyNamePairstatic final intAD_Table_ID=1500641static final StringTableName=COF_OrcamentoPeriodo -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.intGet Orçamento.intGet Período de Orçamento.Get COF_OrcamentoPeriodo_UUGet Process NowGet Created.intGet Created By.Get Date From.Get Date To.Get Updated.intGet Updated By.getValue()Get Search Key.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetCOF_Orcamento_ID(int COF_Orcamento_ID) Set Orçamento.voidsetCOF_OrcamentoPeriodo_ID(int COF_OrcamentoPeriodo_ID) Set Período de Orçamento.voidsetCOF_OrcamentoPeriodo_UU(String COF_OrcamentoPeriodo_UU) Set COF_OrcamentoPeriodo_UUvoidsetcof_Processing(String cof_Processing) Set Process NowvoidsetDateFrom(Timestamp DateFrom) Set Date From.voidSet Date To.voidsetIsActive(boolean IsActive) Set Active.voidSet 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
-