|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_M_Freight
public class X_M_Freight
Generated Model for M_Freight
| Field Summary | |
|---|---|
static int |
TO_COUNTRY_ID_AD_Reference_ID
To_Country_ID AD_Reference_ID=156 |
static int |
TO_REGION_ID_AD_Reference_ID
To_Region_ID AD_Reference_ID=157 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_M_Freight |
|---|
accessLevel, COLUMNNAME_C_Country_ID, COLUMNNAME_C_Currency_ID, COLUMNNAME_C_Region_ID, COLUMNNAME_FreightAmt, COLUMNNAME_M_Freight_ID, COLUMNNAME_M_FreightCategory_ID, COLUMNNAME_M_Shipper_ID, COLUMNNAME_To_Country_ID, COLUMNNAME_To_Region_ID, COLUMNNAME_ValidFrom, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_M_Freight(Properties ctx,
int M_Freight_ID,
String trxName)
Standard Constructor |
|
X_M_Freight(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
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. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
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. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int TO_COUNTRY_ID_AD_Reference_ID
public static final int TO_REGION_ID_AD_Reference_ID
| Constructor Detail |
|---|
public X_M_Freight(Properties ctx,
int M_Freight_ID,
String trxName)
public X_M_Freight(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class PO
public I_C_Country getC_Country()
throws Exception
getC_Country in interface I_M_FreightExceptionpublic void setC_Country_ID(int C_Country_ID)
setC_Country_ID in interface I_M_FreightC_Country_ID - Countrypublic int getC_Country_ID()
getC_Country_ID in interface I_M_Freight
public I_C_Currency getC_Currency()
throws Exception
getC_Currency in interface I_M_FreightExceptionpublic void setC_Currency_ID(int C_Currency_ID)
setC_Currency_ID in interface I_M_FreightC_Currency_ID - The Currency for this recordpublic int getC_Currency_ID()
getC_Currency_ID in interface I_M_Freight
public I_C_Region getC_Region()
throws Exception
getC_Region in interface I_M_FreightExceptionpublic void setC_Region_ID(int C_Region_ID)
setC_Region_ID in interface I_M_FreightC_Region_ID - Identifies a geographical Regionpublic int getC_Region_ID()
getC_Region_ID in interface I_M_Freightpublic void setFreightAmt(BigDecimal FreightAmt)
setFreightAmt in interface I_M_FreightFreightAmt - Freight Amountpublic BigDecimal getFreightAmt()
getFreightAmt in interface I_M_Freight
public I_M_FreightCategory getM_FreightCategory()
throws Exception
getM_FreightCategory in interface I_M_FreightExceptionpublic void setM_FreightCategory_ID(int M_FreightCategory_ID)
setM_FreightCategory_ID in interface I_M_FreightM_FreightCategory_ID - Category of the Freightpublic int getM_FreightCategory_ID()
getM_FreightCategory_ID in interface I_M_Freightpublic void setM_Freight_ID(int M_Freight_ID)
setM_Freight_ID in interface I_M_FreightM_Freight_ID - Freight Ratepublic int getM_Freight_ID()
getM_Freight_ID in interface I_M_Freight
public I_M_Shipper getM_Shipper()
throws Exception
getM_Shipper in interface I_M_FreightExceptionpublic void setM_Shipper_ID(int M_Shipper_ID)
setM_Shipper_ID in interface I_M_FreightM_Shipper_ID - Method or manner of product deliverypublic int getM_Shipper_ID()
getM_Shipper_ID in interface I_M_Freightpublic KeyNamePair getKeyNamePair()
public void setTo_Country_ID(int To_Country_ID)
setTo_Country_ID in interface I_M_FreightTo_Country_ID - Receiving Countrypublic int getTo_Country_ID()
getTo_Country_ID in interface I_M_Freightpublic void setTo_Region_ID(int To_Region_ID)
setTo_Region_ID in interface I_M_FreightTo_Region_ID - Receiving Regionpublic int getTo_Region_ID()
getTo_Region_ID in interface I_M_Freightpublic void setValidFrom(Timestamp ValidFrom)
setValidFrom in interface I_M_FreightValidFrom - Valid from including this date (first day)public Timestamp getValidFrom()
getValidFrom in interface I_M_Freight
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||