Package org.compiere.model
Interface I_C_OrderLandedCostAllocation
- All Known Implementing Classes:
MOrderLandedCostAllocation,X_C_OrderLandedCostAllocation
public interface I_C_OrderLandedCostAllocation
Generated Interface for C_OrderLandedCostAllocation
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 1 - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name Amtstatic final StringColumn name Basestatic final StringColumn name C_OrderLandedCost_IDstatic final StringColumn name C_OrderLandedCostAllocation_IDstatic final StringColumn name C_OrderLandedCostAllocation_UUstatic final StringColumn name C_OrderLine_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name Processedstatic final StringColumn name Qtystatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=200104static final StringTableName=C_OrderLandedCostAllocation -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.getAmt()Get Amount.getBase()Get Base.Deprecated.intGet Estimated Landed CostintGet Estimated Landed Cost AllocationGet C_OrderLandedCostAllocation_UUDeprecated.intGet Sales Order Line.Get Created.intGet Created By.getQty()Get Quantity.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Processed.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetAmt(BigDecimal Amt) Set Amount.voidsetBase(BigDecimal Base) Set Base.voidsetC_OrderLandedCost_ID(int C_OrderLandedCost_ID) Set Estimated Landed CostvoidsetC_OrderLandedCostAllocation_ID(int C_OrderLandedCostAllocation_ID) Set Estimated Landed Cost AllocationvoidsetC_OrderLandedCostAllocation_UU(String C_OrderLandedCostAllocation_UU) Set C_OrderLandedCostAllocation_UUvoidsetC_OrderLine_ID(int C_OrderLine_ID) Set Sales Order Line.voidsetIsActive(boolean IsActive) Set Active.voidsetProcessed(boolean Processed) Set Processed.voidsetQty(BigDecimal Qty) Set Quantity.
-
Field Details
-
Table_Name
TableName=C_OrderLandedCostAllocation- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=200104- See Also:
-
Model
-
accessLevel
AccessLevel = 1 - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_Amt
Column name Amt- See Also:
-
COLUMNNAME_Base
Column name Base- See Also:
-
COLUMNNAME_C_OrderLandedCostAllocation_ID
Column name C_OrderLandedCostAllocation_ID- See Also:
-
COLUMNNAME_C_OrderLandedCostAllocation_UU
Column name C_OrderLandedCostAllocation_UU- See Also:
-
COLUMNNAME_C_OrderLandedCost_ID
Column name C_OrderLandedCost_ID- See Also:
-
COLUMNNAME_C_OrderLine_ID
Column name C_OrderLine_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Qty
Column name Qty- 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 -
setAmt
Set Amount. Amount -
getAmt
BigDecimal getAmt()Get Amount. Amount -
setBase
Set Base. Calculation Base -
getBase
BigDecimal getBase()Get Base. Calculation Base -
setC_OrderLandedCostAllocation_ID
void setC_OrderLandedCostAllocation_ID(int C_OrderLandedCostAllocation_ID) Set Estimated Landed Cost Allocation -
getC_OrderLandedCostAllocation_ID
int getC_OrderLandedCostAllocation_ID()Get Estimated Landed Cost Allocation -
setC_OrderLandedCostAllocation_UU
Set C_OrderLandedCostAllocation_UU -
getC_OrderLandedCostAllocation_UU
String getC_OrderLandedCostAllocation_UU()Get C_OrderLandedCostAllocation_UU -
setC_OrderLandedCost_ID
void setC_OrderLandedCost_ID(int C_OrderLandedCost_ID) Set Estimated Landed Cost -
getC_OrderLandedCost_ID
int getC_OrderLandedCost_ID()Get Estimated Landed Cost -
getC_OrderLandedCost
Deprecated.- Throws:
RuntimeException
-
setC_OrderLine_ID
void setC_OrderLine_ID(int C_OrderLine_ID) Set Sales Order Line. Sales Order Line -
getC_OrderLine_ID
int getC_OrderLine_ID()Get Sales Order Line. Sales Order Line -
getC_OrderLine
Deprecated.- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
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 -
setProcessed
void setProcessed(boolean Processed) Set Processed. The document has been processed -
isProcessed
boolean isProcessed()Get Processed. The document has been processed -
setQty
Set Quantity. Quantity -
getQty
BigDecimal getQty()Get Quantity. Quantity -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-