Package org.brerp.sped.cte.model
Interface I_CTE_Lote
- All Known Implementing Classes:
MCTELote,X_CTE_Lote
public interface I_CTE_Lote
Generated Interface for CTE_Lote
- 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 Createdstatic final StringColumn name CreatedBystatic final StringColumn name CreateFromstatic final StringColumn name CTE_isLoteEnviadostatic final StringColumn name CTE_Lote_IDstatic final StringColumn name CTE_Lote_UUstatic final StringColumn name CTE_NFModelstatic final StringColumn name CTE_Statusstatic final StringColumn name DateTrxstatic final StringColumn name Descriptionstatic final StringColumn name DocumentNostatic final StringColumn name IsActivestatic final StringColumn name Namestatic final StringColumn name Processedstatic final StringColumn name Processingstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=1501639static final StringTableName=CTE_Lote -
Method Summary
Modifier and TypeMethodDescriptionintGet Client.intGet Organization.Get Created.intGet Created By.Get Create lines from.intGet CTE_Lote_ID.Get CTE_Lote_UUGet Modelo da NFGet Status CTeGet Transaction Date.Get Description.Get Document No.getName()Get Name.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Lote EnviadobooleanGet Processed.booleanGet Process NowvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetCreateFrom(String CreateFrom) Set Create lines from.voidsetCTE_isLoteEnviado(boolean CTE_isLoteEnviado) Set Lote EnviadovoidsetCTE_Lote_ID(int CTE_Lote_ID) Set CTE_Lote_ID.voidsetCTE_Lote_UU(String CTE_Lote_UU) Set CTE_Lote_UUvoidsetCTE_NFModel(String CTE_NFModel) Set Modelo da NFvoidsetCTE_Status(String CTE_Status) Set Status CTevoidsetDateTrx(Timestamp DateTrx) Set Transaction Date.voidsetDescription(String Description) Set Description.voidsetDocumentNo(String DocumentNo) Set Document No.voidsetIsActive(boolean IsActive) Set Active.voidSet Name.voidsetProcessed(boolean Processed) Set Processed.voidsetProcessing(boolean Processing) Set Process Now
-
Field Details
-
Table_Name
TableName=CTE_Lote- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=1501639 -
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_CTE_Lote_ID
Column name CTE_Lote_ID- See Also:
-
COLUMNNAME_CTE_Lote_UU
Column name CTE_Lote_UU- See Also:
-
COLUMNNAME_CTE_NFModel
Column name CTE_NFModel- See Also:
-
COLUMNNAME_CTE_Status
Column name CTE_Status- See Also:
-
COLUMNNAME_CTE_isLoteEnviado
Column name CTE_isLoteEnviado- See Also:
-
COLUMNNAME_CreateFrom
Column name CreateFrom- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DateTrx
Column name DateTrx- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_DocumentNo
Column name DocumentNo- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Name
Column name Name- 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 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 -
setCTE_Lote_ID
void setCTE_Lote_ID(int CTE_Lote_ID) Set CTE_Lote_ID. Primary Key : Lote de CTe -
getCTE_Lote_ID
int getCTE_Lote_ID()Get CTE_Lote_ID. Primary Key : Lote de CTe -
setCTE_Lote_UU
Set CTE_Lote_UU -
getCTE_Lote_UU
String getCTE_Lote_UU()Get CTE_Lote_UU -
setCTE_NFModel
Set Modelo da NF -
getCTE_NFModel
String getCTE_NFModel()Get Modelo da NF -
setCTE_Status
Set Status CTe -
getCTE_Status
String getCTE_Status()Get Status CTe -
setCTE_isLoteEnviado
void setCTE_isLoteEnviado(boolean CTE_isLoteEnviado) Set Lote Enviado -
isCTE_isLoteEnviado
boolean isCTE_isLoteEnviado()Get Lote Enviado -
setCreateFrom
Set Create lines from. Process which will generate a new document lines based on an existing document -
getCreateFrom
String getCreateFrom()Get Create lines from. Process which will generate a new document lines based on an existing document -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDateTrx
Set Transaction Date. Transaction Date -
getDateTrx
Timestamp getDateTrx()Get Transaction Date. Transaction Date -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
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 -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
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
-