Package org.compiere.model
Interface I_M_Freight
-
- All Known Implementing Classes:
MFreight
,X_M_Freight
public interface I_M_Freight
Generated Interface for M_Freight- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_Country_ID
Column name C_Country_IDstatic String
COLUMNNAME_C_Currency_ID
Column name C_Currency_IDstatic String
COLUMNNAME_C_Region_ID
Column name C_Region_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_FreightAmt
Column name FreightAmtstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_M_Freight_ID
Column name M_Freight_IDstatic String
COLUMNNAME_M_Freight_UU
Column name M_Freight_UUstatic String
COLUMNNAME_M_FreightCategory_ID
Column name M_FreightCategory_IDstatic String
COLUMNNAME_M_Shipper_ID
Column name M_Shipper_IDstatic String
COLUMNNAME_MaxDimension
Column name MaxDimensionstatic String
COLUMNNAME_MaxWeight
Column name MaxWeightstatic String
COLUMNNAME_To_Country_ID
Column name To_Country_IDstatic String
COLUMNNAME_To_Region_ID
Column name To_Region_IDstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_ValidFrom
Column name ValidFromstatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=596static String
Table_Name
TableName=M_Freight
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_Country
getC_Country()
int
getC_Country_ID()
Get Country.I_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.I_C_Region
getC_Region()
int
getC_Region_ID()
Get Region.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.BigDecimal
getFreightAmt()
Get Freight Amount.int
getM_Freight_ID()
Get Freight.String
getM_Freight_UU()
Get M_Freight_UUI_M_FreightCategory
getM_FreightCategory()
int
getM_FreightCategory_ID()
Get Freight Category.I_M_Shipper
getM_Shipper()
int
getM_Shipper_ID()
Get Shipper.BigDecimal
getMaxDimension()
Get Max DimensionBigDecimal
getMaxWeight()
Get Max Weightint
getTo_Country_ID()
Get To.I_C_Region
getTo_Region()
int
getTo_Region_ID()
Get To.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.Timestamp
getValidFrom()
Get Valid from.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_Country_ID(int C_Country_ID)
Set Country.void
setC_Currency_ID(int C_Currency_ID)
Set Currency.void
setC_Region_ID(int C_Region_ID)
Set Region.void
setFreightAmt(BigDecimal FreightAmt)
Set Freight Amount.void
setIsActive(boolean IsActive)
Set Active.void
setM_Freight_ID(int M_Freight_ID)
Set Freight.void
setM_Freight_UU(String M_Freight_UU)
Set M_Freight_UUvoid
setM_FreightCategory_ID(int M_FreightCategory_ID)
Set Freight Category.void
setM_Shipper_ID(int M_Shipper_ID)
Set Shipper.void
setMaxDimension(BigDecimal MaxDimension)
Set Max Dimensionvoid
setMaxWeight(BigDecimal MaxWeight)
Set Max Weightvoid
setTo_Country_ID(int To_Country_ID)
Set To.void
setTo_Region_ID(int To_Region_ID)
Set To.void
setValidFrom(Timestamp ValidFrom)
Set Valid from.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_Freight- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=596- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Country_ID
static final String COLUMNNAME_C_Country_ID
Column name C_Country_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_C_Region_ID
static final String COLUMNNAME_C_Region_ID
Column name C_Region_ID- See Also:
- Constant Field Values
-
COLUMNNAME_FreightAmt
static final String COLUMNNAME_FreightAmt
Column name FreightAmt- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_MaxDimension
static final String COLUMNNAME_MaxDimension
Column name MaxDimension- See Also:
- Constant Field Values
-
COLUMNNAME_MaxWeight
static final String COLUMNNAME_MaxWeight
Column name MaxWeight- See Also:
- Constant Field Values
-
COLUMNNAME_M_FreightCategory_ID
static final String COLUMNNAME_M_FreightCategory_ID
Column name M_FreightCategory_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Freight_ID
static final String COLUMNNAME_M_Freight_ID
Column name M_Freight_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Freight_UU
static final String COLUMNNAME_M_Freight_UU
Column name M_Freight_UU- See Also:
- Constant Field Values
-
COLUMNNAME_M_Shipper_ID
static final String COLUMNNAME_M_Shipper_ID
Column name M_Shipper_ID- See Also:
- Constant Field Values
-
COLUMNNAME_To_Country_ID
static final String COLUMNNAME_To_Country_ID
Column name To_Country_ID- See Also:
- Constant Field Values
-
COLUMNNAME_To_Region_ID
static final String COLUMNNAME_To_Region_ID
Column name To_Region_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_ValidFrom
static final String COLUMNNAME_ValidFrom
Column name ValidFrom- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
setC_Country_ID
void setC_Country_ID(int C_Country_ID)
Set Country. Country
-
getC_Country_ID
int getC_Country_ID()
Get Country. Country
-
getC_Country
I_C_Country getC_Country() throws RuntimeException
- Throws:
RuntimeException
-
setC_Currency_ID
void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record
-
getC_Currency_ID
int getC_Currency_ID()
Get Currency. The Currency for this record
-
getC_Currency
I_C_Currency getC_Currency() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setC_Region_ID
void setC_Region_ID(int C_Region_ID)
Set Region. Identifies a geographical Region
-
getC_Region_ID
int getC_Region_ID()
Get Region. Identifies a geographical Region
-
getC_Region
I_C_Region getC_Region() throws RuntimeException
- Throws:
RuntimeException
-
setFreightAmt
void setFreightAmt(BigDecimal FreightAmt)
Set Freight Amount. Freight Amount
-
getFreightAmt
BigDecimal getFreightAmt()
Get Freight Amount. Freight Amount
-
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
-
setMaxDimension
void setMaxDimension(BigDecimal MaxDimension)
Set Max Dimension
-
getMaxDimension
BigDecimal getMaxDimension()
Get Max Dimension
-
setMaxWeight
void setMaxWeight(BigDecimal MaxWeight)
Set Max Weight
-
getMaxWeight
BigDecimal getMaxWeight()
Get Max Weight
-
setM_FreightCategory_ID
void setM_FreightCategory_ID(int M_FreightCategory_ID)
Set Freight Category. Category of the Freight
-
getM_FreightCategory_ID
int getM_FreightCategory_ID()
Get Freight Category. Category of the Freight
-
getM_FreightCategory
I_M_FreightCategory getM_FreightCategory() throws RuntimeException
- Throws:
RuntimeException
-
setM_Freight_ID
void setM_Freight_ID(int M_Freight_ID)
Set Freight. Freight Rate
-
getM_Freight_ID
int getM_Freight_ID()
Get Freight. Freight Rate
-
setM_Freight_UU
void setM_Freight_UU(String M_Freight_UU)
Set M_Freight_UU
-
getM_Freight_UU
String getM_Freight_UU()
Get M_Freight_UU
-
setM_Shipper_ID
void setM_Shipper_ID(int M_Shipper_ID)
Set Shipper. Method or manner of product delivery
-
getM_Shipper_ID
int getM_Shipper_ID()
Get Shipper. Method or manner of product delivery
-
getM_Shipper
I_M_Shipper getM_Shipper() throws RuntimeException
- Throws:
RuntimeException
-
setTo_Country_ID
void setTo_Country_ID(int To_Country_ID)
Set To. Receiving Country
-
getTo_Country_ID
int getTo_Country_ID()
Get To. Receiving Country
-
setTo_Region_ID
void setTo_Region_ID(int To_Region_ID)
Set To. Receiving Region
-
getTo_Region_ID
int getTo_Region_ID()
Get To. Receiving Region
-
getTo_Region
I_C_Region getTo_Region() throws RuntimeException
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setValidFrom
void setValidFrom(Timestamp ValidFrom)
Set Valid from. Valid from including this date (first day)
-
getValidFrom
Timestamp getValidFrom()
Get Valid from. Valid from including this date (first day)
-
-