Adempiere 3.5.2a

org.compiere.model
Interface I_I_Conversion_Rate

All Known Implementing Classes:
X_I_Conversion_Rate

public interface I_I_Conversion_Rate

Generated Interface for I_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_ConversionTypeValue
          Column name ConversionTypeValue
static String COLUMNNAME_CreateReciprocalRate
          Column name CreateReciprocalRate
static String COLUMNNAME_DivideRate
          Column name DivideRate
static String COLUMNNAME_I_Conversion_Rate_ID
          Column name I_Conversion_Rate_ID
static String COLUMNNAME_I_ErrorMsg
          Column name I_ErrorMsg
static String COLUMNNAME_I_IsImported
          Column name I_IsImported
static String COLUMNNAME_ISO_Code
          Column name ISO_Code
static String COLUMNNAME_ISO_Code_To
          Column name ISO_Code_To
static String COLUMNNAME_MultiplyRate
          Column name MultiplyRate
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_ValidFrom
          Column name ValidFrom
static String COLUMNNAME_ValidTo
          Column name ValidTo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=641
static String Table_Name
          TableName=I_Conversion_Rate
 
Method Summary
 int getC_Conversion_Rate_ID()
          Get Conversion Rate.
 I_C_Conversion_Rate getC_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.
 I_C_Currency getC_Currency()
           
 String getConversionTypeValue()
          Get Currency Type Key.
 BigDecimal getDivideRate()
          Get Divide Rate.
 int getI_Conversion_Rate_ID()
          Get Import Conversion Rate.
 String getI_ErrorMsg()
          Get Import Error Message.
 String getISO_Code_To()
          Get ISO Currency To Code.
 String getISO_Code()
          Get ISO Currency Code.
 BigDecimal getMultiplyRate()
          Get Multiply Rate.
 Timestamp getValidFrom()
          Get Valid from.
 Timestamp getValidTo()
          Get Valid to.
 boolean isCreateReciprocalRate()
          Get Create Reciprocal Rate.
 boolean isI_IsImported()
          Get Imported.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 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 setConversionTypeValue(String ConversionTypeValue)
          Set Currency Type Key.
 void setCreateReciprocalRate(boolean CreateReciprocalRate)
          Set Create Reciprocal Rate.
 void setDivideRate(BigDecimal DivideRate)
          Set Divide Rate.
 void setI_Conversion_Rate_ID(int I_Conversion_Rate_ID)
          Set Import Conversion Rate.
 void setI_ErrorMsg(String I_ErrorMsg)
          Set Import Error Message.
 void setI_IsImported(boolean I_IsImported)
          Set Imported.
 void setISO_Code_To(String ISO_Code_To)
          Set ISO Currency To Code.
 void setISO_Code(String ISO_Code)
          Set ISO Currency Code.
 void setMultiplyRate(BigDecimal MultiplyRate)
          Set Multiply Rate.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setValidFrom(Timestamp ValidFrom)
          Set Valid from.
 void setValidTo(Timestamp ValidTo)
          Set Valid to.
 

Field Detail

Table_Name

static final String Table_Name
TableName=I_Conversion_Rate

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=641


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_ConversionTypeValue

static final String COLUMNNAME_ConversionTypeValue
Column name ConversionTypeValue

See Also:
Constant Field Values

COLUMNNAME_CreateReciprocalRate

static final String COLUMNNAME_CreateReciprocalRate
Column name CreateReciprocalRate

See Also:
Constant Field Values

COLUMNNAME_DivideRate

static final String COLUMNNAME_DivideRate
Column name DivideRate

See Also:
Constant Field Values

COLUMNNAME_I_Conversion_Rate_ID

static final String COLUMNNAME_I_Conversion_Rate_ID
Column name I_Conversion_Rate_ID

See Also:
Constant Field Values

COLUMNNAME_I_ErrorMsg

static final String COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsg

See Also:
Constant Field Values

COLUMNNAME_I_IsImported

static final String COLUMNNAME_I_IsImported
Column name I_IsImported

See Also:
Constant Field Values

COLUMNNAME_ISO_Code

static final String COLUMNNAME_ISO_Code
Column name ISO_Code

See Also:
Constant Field Values

COLUMNNAME_ISO_Code_To

static final String COLUMNNAME_ISO_Code_To
Column name ISO_Code_To

See Also:
Constant Field Values

COLUMNNAME_MultiplyRate

static final String COLUMNNAME_MultiplyRate
Column name MultiplyRate

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

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


getC_Conversion_Rate

I_C_Conversion_Rate getC_Conversion_Rate()
                                         throws Exception
Throws:
Exception

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


getC_Currency

I_C_Currency getC_Currency()
                           throws Exception
Throws:
Exception

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


setConversionTypeValue

void setConversionTypeValue(String ConversionTypeValue)
Set Currency Type Key. Key value for the Currency Conversion Rate Type


getConversionTypeValue

String getConversionTypeValue()
Get Currency Type Key. Key value for the Currency Conversion Rate Type


setCreateReciprocalRate

void setCreateReciprocalRate(boolean CreateReciprocalRate)
Set Create Reciprocal Rate. Create Reciprocal Rate from current information


isCreateReciprocalRate

boolean isCreateReciprocalRate()
Get Create Reciprocal Rate. Create Reciprocal Rate from current information


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


setI_Conversion_Rate_ID

void setI_Conversion_Rate_ID(int I_Conversion_Rate_ID)
Set Import Conversion Rate. Import Currency Conversion Rate


getI_Conversion_Rate_ID

int getI_Conversion_Rate_ID()
Get Import Conversion Rate. Import Currency Conversion Rate


setI_ErrorMsg

void setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. Messages generated from import process


getI_ErrorMsg

String getI_ErrorMsg()
Get Import Error Message. Messages generated from import process


setI_IsImported

void setI_IsImported(boolean I_IsImported)
Set Imported. Has this import been processed


isI_IsImported

boolean isI_IsImported()
Get Imported. Has this import been processed


setISO_Code

void setISO_Code(String ISO_Code)
Set ISO Currency Code. Three letter ISO 4217 Code of the Currency


getISO_Code

String getISO_Code()
Get ISO Currency Code. Three letter ISO 4217 Code of the Currency


setISO_Code_To

void setISO_Code_To(String ISO_Code_To)
Set ISO Currency To Code. Three letter ISO 4217 Code of the To Currency


getISO_Code_To

String getISO_Code_To()
Get ISO Currency To Code. Three letter ISO 4217 Code of the To Currency


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.


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


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.