Adempiere 3.5.2a

org.compiere.model
Interface I_M_Freight

All Known Implementing Classes:
X_M_Freight

public interface I_M_Freight

Generated Interface for M_Freight

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_Country_ID
          Column name C_Country_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_Region_ID
          Column name C_Region_ID
static String COLUMNNAME_FreightAmt
          Column name FreightAmt
static String COLUMNNAME_M_Freight_ID
          Column name M_Freight_ID
static String COLUMNNAME_M_FreightCategory_ID
          Column name M_FreightCategory_ID
static String COLUMNNAME_M_Shipper_ID
          Column name M_Shipper_ID
static String COLUMNNAME_To_Country_ID
          Column name To_Country_ID
static String COLUMNNAME_To_Region_ID
          Column name To_Region_ID
static String COLUMNNAME_ValidFrom
          Column name ValidFrom
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=596
static String Table_Name
          TableName=M_Freight
 
Method Summary
 int getC_Country_ID()
          Get Country.
 I_C_Country getC_Country()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_Region_ID()
          Get Region.
 I_C_Region getC_Region()
           
 BigDecimal getFreightAmt()
          Get Freight Amount.
 int getM_Freight_ID()
          Get Freight.
 int getM_FreightCategory_ID()
          Get Freight Category.
 I_M_FreightCategory getM_FreightCategory()
           
 int getM_Shipper_ID()
          Get Shipper.
 I_M_Shipper getM_Shipper()
           
 int getTo_Country_ID()
          Get To.
 int getTo_Region_ID()
          Get To.
 Timestamp getValidFrom()
          Get Valid from.
 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 setM_Freight_ID(int M_Freight_ID)
          Set Freight.
 void setM_FreightCategory_ID(int M_FreightCategory_ID)
          Set Freight Category.
 void setM_Shipper_ID(int M_Shipper_ID)
          Set Shipper.
 void 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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


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_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_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_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_ValidFrom

static final String COLUMNNAME_ValidFrom
Column name ValidFrom

See Also:
Constant Field Values
Method Detail

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

setFreightAmt

void setFreightAmt(BigDecimal FreightAmt)
Set Freight Amount. Freight Amount


getFreightAmt

BigDecimal getFreightAmt()
Get Freight Amount. Freight Amount


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 Exception
Throws:
Exception

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_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 Exception
Throws:
Exception

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


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)


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.