Package org.brerp.tms.base.model
Interface I_COF_DeliveryOccurrence
- All Known Implementing Classes:
MCOFDeliveryOccurrence,X_COF_DeliveryOccurrence
public interface I_COF_DeliveryOccurrence
Generated Interface for COF_DeliveryOccurrence
- 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_Codestatic final StringColumn name COF_DeliveryOccurrence_IDstatic final StringColumn name COF_DeliveryOccurrence_UUstatic final StringColumn name cof_EndsPackingstatic final StringColumn name COF_TipoOcorrenciastatic final StringColumn name cof_TransferredItemstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name Descriptionstatic final StringColumn name IsActivestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=1500186static final StringTableName=COF_DeliveryOccurrence -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Get CodeintGet Ocorrência de Entrega.Get COF_DeliveryOccurrence_UUGet Tipo de OcorrênciaGet Created.intGet Created By.Get Description.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Ends PackingbooleanGet Transferred ItemvoidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetcof_Code(String cof_Code) Set CodevoidsetCOF_DeliveryOccurrence_ID(int COF_DeliveryOccurrence_ID) Set Ocorrência de Entrega.voidsetCOF_DeliveryOccurrence_UU(String COF_DeliveryOccurrence_UU) Set COF_DeliveryOccurrence_UUvoidsetcof_EndsPacking(boolean cof_EndsPacking) Set Ends PackingvoidsetCOF_TipoOcorrencia(String COF_TipoOcorrencia) Set Tipo de Ocorrênciavoidsetcof_TransferredItem(boolean cof_TransferredItem) Set Transferred ItemvoidsetDescription(String Description) Set Description.voidsetIsActive(boolean IsActive) Set Active.
-
Field Details
-
Table_Name
TableName=COF_DeliveryOccurrence- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=1500186 -
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_DeliveryOccurrence_ID
Column name COF_DeliveryOccurrence_ID- See Also:
-
COLUMNNAME_COF_DeliveryOccurrence_UU
Column name COF_DeliveryOccurrence_UU- See Also:
-
COLUMNNAME_COF_TipoOcorrencia
Column name COF_TipoOcorrencia- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_cof_Code
Column name cof_Code- See Also:
-
COLUMNNAME_cof_EndsPacking
Column name cof_EndsPacking- See Also:
-
COLUMNNAME_cof_TransferredItem
Column name cof_TransferredItem- 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_DeliveryOccurrence_ID
void setCOF_DeliveryOccurrence_ID(int COF_DeliveryOccurrence_ID) Set Ocorrência de Entrega. Primary Key : Delivery Occurrence -
getCOF_DeliveryOccurrence_ID
int getCOF_DeliveryOccurrence_ID()Get Ocorrência de Entrega. Primary Key : Delivery Occurrence -
setCOF_DeliveryOccurrence_UU
Set COF_DeliveryOccurrence_UU -
getCOF_DeliveryOccurrence_UU
String getCOF_DeliveryOccurrence_UU()Get COF_DeliveryOccurrence_UU -
setCOF_TipoOcorrencia
Set Tipo de Ocorrência -
getCOF_TipoOcorrencia
String getCOF_TipoOcorrencia()Get Tipo de Ocorrência -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
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 -
setcof_Code
Set Code -
getcof_Code
String getcof_Code()Get Code -
setcof_EndsPacking
void setcof_EndsPacking(boolean cof_EndsPacking) Set Ends Packing -
iscof_EndsPacking
boolean iscof_EndsPacking()Get Ends Packing -
setcof_TransferredItem
void setcof_TransferredItem(boolean cof_TransferredItem) Set Transferred Item -
iscof_TransferredItem
boolean iscof_TransferredItem()Get Transferred Item
-