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 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 6 - System - Clientstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_Conversion_Rate_IDstatic final StringColumn name C_Conversion_Rate_UUstatic final StringColumn name C_ConversionType_IDstatic final StringColumn name C_Currency_IDstatic final StringColumn name C_Currency_ID_Tostatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name DivideRatestatic final StringColumn name IsActivestatic final StringColumn name MultiplyRatestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name ValidFromstatic final StringColumn name ValidTostatic final KeyNamePairstatic final intAD_Table_ID=140static final StringTableName=C_Conversion_Rate -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.intGet Conversion Rate.Get C_Conversion_Rate_UUDeprecated.intGet Currency Type.Deprecated.intGet Currency.intGet Currency To.Deprecated.Get Created.intGet Created By.Get Divide Rate.Get Multiply Rate.Get Updated.intGet Updated By.Get Valid from.Get Valid to.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_Conversion_Rate_ID(int C_Conversion_Rate_ID) Set Conversion Rate.voidsetC_Conversion_Rate_UU(String C_Conversion_Rate_UU) Set C_Conversion_Rate_UUvoidsetC_ConversionType_ID(int C_ConversionType_ID) Set Currency Type.voidsetC_Currency_ID(int C_Currency_ID) Set Currency.voidsetC_Currency_ID_To(int C_Currency_ID_To) Set Currency To.voidsetDivideRate(BigDecimal DivideRate) Set Divide Rate.voidsetIsActive(boolean IsActive) Set Active.voidsetMultiplyRate(BigDecimal MultiplyRate) Set Multiply Rate.voidsetValidFrom(Timestamp ValidFrom) Set Valid from.voidsetValidTo(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_ConversionType_ID
Column name C_ConversionType_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_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_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
Deprecated.- Throws:
RuntimeException
-
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_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
Deprecated.- 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
Deprecated.- 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)
-