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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 1 - Orgstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name Amtstatic final String
Column name Basestatic final String
Column name C_OrderLandedCost_IDstatic final String
Column name C_OrderLandedCostAllocation_IDstatic final String
Column name C_OrderLandedCostAllocation_UUstatic final String
Column name C_OrderLine_IDstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name IsActivestatic final String
Column name Processedstatic final String
Column name Qtystatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=200104static final String
TableName=C_OrderLandedCostAllocation -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.getAmt()
Get Amount.getBase()
Get Base.int
Get Estimated Landed Costint
Get Estimated Landed Cost AllocationGet C_OrderLandedCostAllocation_UUint
Get Sales Order Line.Get Created.int
Get Created By.getQty()
Get Quantity.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Processed.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setAmt
(BigDecimal Amt) Set Amount.void
setBase
(BigDecimal Base) Set Base.void
setC_OrderLandedCost_ID
(int C_OrderLandedCost_ID) Set Estimated Landed Costvoid
setC_OrderLandedCostAllocation_ID
(int C_OrderLandedCostAllocation_ID) Set Estimated Landed Cost Allocationvoid
setC_OrderLandedCostAllocation_UU
(String C_OrderLandedCostAllocation_UU) Set C_OrderLandedCostAllocation_UUvoid
setC_OrderLine_ID
(int C_OrderLine_ID) Set Sales Order Line.void
setIsActive
(boolean IsActive) Set Active.void
setProcessed
(boolean Processed) Set Processed.void
setQty
(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
- 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
- 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
-