Adempiere 3.5.2a

org.compiere.model
Interface I_C_Conversion_Rate

All Known Implementing Classes:
MConversionRate, X_C_Conversion_Rate

public interface I_C_Conversion_Rate

Generated Interface for C_Conversion_Rate

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_C_Conversion_Rate_ID
          Column name C_Conversion_Rate_ID
static String COLUMNNAME_C_ConversionType_ID
          Column name C_ConversionType_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_Currency_ID_To
          Column name C_Currency_ID_To
static String COLUMNNAME_DivideRate
          Column name DivideRate
static String COLUMNNAME_MultiplyRate
          Column name MultiplyRate
static String COLUMNNAME_ValidFrom
          Column name ValidFrom
static String COLUMNNAME_ValidTo
          Column name ValidTo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=140
static String Table_Name
          TableName=C_Conversion_Rate
 
Method Summary
 int getC_Conversion_Rate_ID()
          Get Conversion Rate.
 int getC_ConversionType_ID()
          Get Currency Type.
 I_C_ConversionType getC_ConversionType()
           
 int getC_Currency_ID_To()
          Get Currency To.
 int getC_Currency_ID()
          Get Currency.
 BigDecimal getDivideRate()
          Get Divide Rate.
 BigDecimal getMultiplyRate()
          Get Multiply Rate.
 Timestamp getValidFrom()
          Get Valid from.
 Timestamp getValidTo()
          Get Valid to.
 void setC_Conversion_Rate_ID(int C_Conversion_Rate_ID)
          Set Conversion Rate.
 void setC_ConversionType_ID(int C_ConversionType_ID)
          Set Currency Type.
 void setC_Currency_ID_To(int C_Currency_ID_To)
          Set Currency To.
 void setC_Currency_ID(int C_Currency_ID)
          Set Currency.
 void setDivideRate(BigDecimal DivideRate)
          Set Divide Rate.
 void setMultiplyRate(BigDecimal MultiplyRate)
          Set Multiply Rate.
 void setValidFrom(Timestamp ValidFrom)
          Set Valid from.
 void setValidTo(Timestamp ValidTo)
          Set Valid to.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Conversion_Rate

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=140


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_C_Conversion_Rate_ID

static final String COLUMNNAME_C_Conversion_Rate_ID
Column name C_Conversion_Rate_ID

See Also:
Constant Field Values

COLUMNNAME_C_ConversionType_ID

static final String COLUMNNAME_C_ConversionType_ID
Column name C_ConversionType_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_Currency_ID_To

static final String COLUMNNAME_C_Currency_ID_To
Column name C_Currency_ID_To

See Also:
Constant Field Values

COLUMNNAME_DivideRate

static final String COLUMNNAME_DivideRate
Column name DivideRate

See Also:
Constant Field Values

COLUMNNAME_MultiplyRate

static final String COLUMNNAME_MultiplyRate
Column name MultiplyRate

See Also:
Constant Field Values

COLUMNNAME_ValidFrom

static final String COLUMNNAME_ValidFrom
Column name ValidFrom

See Also:
Constant Field Values

COLUMNNAME_ValidTo

static final String COLUMNNAME_ValidTo
Column name ValidTo

See Also:
Constant Field Values
Method Detail

setC_Conversion_Rate_ID

void setC_Conversion_Rate_ID(int C_Conversion_Rate_ID)
Set Conversion Rate. Rate used for converting currencies


getC_Conversion_Rate_ID

int getC_Conversion_Rate_ID()
Get Conversion Rate. Rate used for converting currencies


setC_ConversionType_ID

void setC_ConversionType_ID(int C_ConversionType_ID)
Set Currency Type. Currency Conversion Rate Type


getC_ConversionType_ID

int getC_ConversionType_ID()
Get Currency Type. Currency Conversion Rate Type


getC_ConversionType

I_C_ConversionType getC_ConversionType()
                                       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


setC_Currency_ID_To

void setC_Currency_ID_To(int C_Currency_ID_To)
Set Currency To. Target currency


getC_Currency_ID_To

int getC_Currency_ID_To()
Get Currency To. Target currency


setDivideRate

void setDivideRate(BigDecimal DivideRate)
Set Divide Rate. To convert Source number to Target number, the Source is divided


getDivideRate

BigDecimal getDivideRate()
Get Divide Rate. To convert Source number to Target number, the Source is divided


setMultiplyRate

void setMultiplyRate(BigDecimal MultiplyRate)
Set Multiply Rate. Rate to multiple the source by to calculate the target.


getMultiplyRate

BigDecimal getMultiplyRate()
Get Multiply Rate. Rate to multiple the source by to calculate the target.


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)


setValidTo

void setValidTo(Timestamp ValidTo)
Set Valid to. Valid to including this date (last day)


getValidTo

Timestamp getValidTo()
Get Valid to. Valid to including this date (last day)


Adempiere 3.5.2a

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