Package 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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 6 - System - Clientstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name C_Conversion_Rate_IDstatic final String
Column name C_Conversion_Rate_UUstatic final String
Column name C_ConversionType_IDstatic final String
Column name C_Currency_IDstatic final String
Column name C_Currency_ID_Tostatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name DivideRatestatic final String
Column name IsActivestatic final String
Column name MultiplyRatestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name ValidFromstatic final String
Column name ValidTostatic final KeyNamePair
static final int
AD_Table_ID=140static final String
TableName=C_Conversion_Rate -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get Organization.int
Get Conversion Rate.Get C_Conversion_Rate_UUint
Get Currency Type.int
Get Currency.int
Get Currency To.Get Created.int
Get Created By.Get Divide Rate.Get Multiply Rate.Get Updated.int
Get Updated By.Get Valid from.Get Valid to.boolean
isActive()
Get Active.void
setAD_Org_ID
(int AD_Org_ID) Set Organization.void
setC_Conversion_Rate_ID
(int C_Conversion_Rate_ID) Set Conversion Rate.void
setC_Conversion_Rate_UU
(String C_Conversion_Rate_UU) Set C_Conversion_Rate_UUvoid
setC_ConversionType_ID
(int C_ConversionType_ID) Set Currency Type.void
setC_Currency_ID
(int C_Currency_ID) Set Currency.void
setC_Currency_ID_To
(int C_Currency_ID_To) Set Currency To.void
setDivideRate
(BigDecimal DivideRate) Set Divide Rate.void
setIsActive
(boolean IsActive) Set Active.void
setMultiplyRate
(BigDecimal MultiplyRate) Set Multiply Rate.void
setValidFrom
(Timestamp ValidFrom) Set Valid from.void
setValidTo
(Timestamp ValidTo) Set Valid to.
-
Field Details
-
Table_Name
TableName=C_Conversion_Rate- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=140- See Also:
-
Model
-
accessLevel
AccessLevel = 6 - System - Client -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_C_Conversion_Rate_ID
Column name C_Conversion_Rate_ID- See Also:
-
COLUMNNAME_C_Conversion_Rate_UU
Column name C_Conversion_Rate_UU- See Also:
-
COLUMNNAME_C_ConversionType_ID
Column name C_ConversionType_ID- See Also:
-
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
-
COLUMNNAME_C_Currency_ID_To
Column name C_Currency_ID_To- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DivideRate
Column name DivideRate- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_MultiplyRate
Column name MultiplyRate- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_ValidFrom
Column name ValidFrom- See Also:
-
COLUMNNAME_ValidTo
Column name ValidTo- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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_Conversion_Rate_UU
Set C_Conversion_Rate_UU -
getC_Conversion_Rate_UU
String getC_Conversion_Rate_UU()Get C_Conversion_Rate_UU -
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
- 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
- Throws:
RuntimeException
-
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 -
getC_Currency_To
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDivideRate
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 -
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 -
setMultiplyRate
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. -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setValidFrom
Set Valid from. Valid from including this date (first day) -
getValidFrom
Timestamp getValidFrom()Get Valid from. Valid from including this date (first day) -
setValidTo
Set Valid to. Valid to including this date (last day) -
getValidTo
Timestamp getValidTo()Get Valid to. Valid to including this date (last day)
-