Package org.brerp.base.model
Interface I_COF_AjusteEstoquePrevisto
- All Known Implementing Classes:
MCOFAjusteEstoquePrevisto,X_COF_AjusteEstoquePrevisto
public interface I_COF_AjusteEstoquePrevisto
Generated Interface for COF_AjusteEstoquePrevisto
- 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 C_DocTypeTarget_IDstatic final StringColumn name COF_AjusteEstoquePrevisto_IDstatic final StringColumn name COF_AjusteEstoquePrevisto_UUstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name DateDocstatic final StringColumn name Descriptionstatic final StringColumn name DocActionstatic final StringColumn name DocStatusstatic final StringColumn name DocumentNostatic final StringColumn name IsActivestatic final StringColumn name IsApprovedstatic final StringColumn name Processedstatic final StringColumn name Processingstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=1501040static final StringTableName=COF_AjusteEstoquePrevisto -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.intGet Target Document Type.intGet Ajuste de Estoque PrevistoGet COF_AjusteEstoquePrevisto_UUGet Created.intGet Created By.Get Document Date.Get Description.Get Document Action.Get Document Status.Get Document No.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Approved.booleanGet Processed.booleanGet Process NowvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_DocTypeTarget_ID(int C_DocTypeTarget_ID) Set Target Document Type.voidsetCOF_AjusteEstoquePrevisto_ID(int COF_AjusteEstoquePrevisto_ID) Set Ajuste de Estoque PrevistovoidsetCOF_AjusteEstoquePrevisto_UU(String COF_AjusteEstoquePrevisto_UU) Set COF_AjusteEstoquePrevisto_UUvoidsetDateDoc(Timestamp DateDoc) Set Document Date.voidsetDescription(String Description) Set Description.voidsetDocAction(String DocAction) Set Document Action.voidsetDocStatus(String DocStatus) Set Document Status.voidsetDocumentNo(String DocumentNo) Set Document No.voidsetIsActive(boolean IsActive) Set Active.voidsetIsApproved(boolean IsApproved) Set Approved.voidsetProcessed(boolean Processed) Set Processed.voidsetProcessing(boolean Processing) Set Process Now
-
Field Details
-
Table_Name
TableName=COF_AjusteEstoquePrevisto- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=1501040 -
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_AjusteEstoquePrevisto_ID
Column name COF_AjusteEstoquePrevisto_ID- See Also:
-
COLUMNNAME_COF_AjusteEstoquePrevisto_UU
Column name COF_AjusteEstoquePrevisto_UU- See Also:
-
COLUMNNAME_C_DocTypeTarget_ID
Column name C_DocTypeTarget_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DateDoc
Column name DateDoc- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DocAction
Column name DocAction- See Also:
-
COLUMNNAME_DocStatus
Column name DocStatus- See Also:
-
COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsApproved
Column name IsApproved- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- 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_AjusteEstoquePrevisto_ID
void setCOF_AjusteEstoquePrevisto_ID(int COF_AjusteEstoquePrevisto_ID) Set Ajuste de Estoque Previsto -
getCOF_AjusteEstoquePrevisto_ID
int getCOF_AjusteEstoquePrevisto_ID()Get Ajuste de Estoque Previsto -
setCOF_AjusteEstoquePrevisto_UU
Set COF_AjusteEstoquePrevisto_UU -
getCOF_AjusteEstoquePrevisto_UU
String getCOF_AjusteEstoquePrevisto_UU()Get COF_AjusteEstoquePrevisto_UU -
setC_DocTypeTarget_ID
void setC_DocTypeTarget_ID(int C_DocTypeTarget_ID) Set Target Document Type. Target document type for conversing documents -
getC_DocTypeTarget_ID
int getC_DocTypeTarget_ID()Get Target Document Type. Target document type for conversing documents -
getC_DocTypeTarget
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDateDoc
Set Document Date. Date of the Document -
getDateDoc
Timestamp getDateDoc()Get Document Date. Date of the Document -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setDocAction
Set Document Action. The targeted status of the document -
getDocAction
String getDocAction()Get Document Action. The targeted status of the document -
setDocStatus
Set Document Status. The current status of the document -
getDocStatus
String getDocStatus()Get Document Status. The current status of the document -
setDocumentNo
Set Document No. Document sequence number of the document -
getDocumentNo
String getDocumentNo()Get Document No. Document sequence number of the 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 -
setIsApproved
void setIsApproved(boolean IsApproved) Set Approved. Indicates if this document requires approval -
isApproved
boolean isApproved()Get Approved. Indicates if this document requires approval -
setProcessed
void setProcessed(boolean Processed) Set Processed. The document has been processed -
isProcessed
boolean isProcessed()Get Processed. The document has been processed -
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
-