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
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_Codestatic final String
Column name COF_DeliveryOccurrence_IDstatic final String
Column name COF_DeliveryOccurrence_UUstatic final String
Column name cof_EndsPackingstatic final String
Column name COF_TipoOcorrenciastatic final String
Column name cof_TransferredItemstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name IsActivestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=1500186static final String
TableName=COF_DeliveryOccurrence -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.Get Codeint
Get Ocorrência de Entrega.Get COF_DeliveryOccurrence_UUGet Tipo de OcorrênciaGet Created.int
Get Created By.Get Description.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Ends Packingboolean
Get Transferred Itemvoid
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setcof_Code
(String cof_Code) Set Codevoid
setCOF_DeliveryOccurrence_ID
(int COF_DeliveryOccurrence_ID) Set Ocorrência de Entrega.void
setCOF_DeliveryOccurrence_UU
(String COF_DeliveryOccurrence_UU) Set COF_DeliveryOccurrence_UUvoid
setcof_EndsPacking
(boolean cof_EndsPacking) Set Ends Packingvoid
setCOF_TipoOcorrencia
(String COF_TipoOcorrencia) Set Tipo de Ocorrênciavoid
setcof_TransferredItem
(boolean cof_TransferredItem) Set Transferred Itemvoid
setDescription
(String Description) Set Description.void
setIsActive
(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
-