public class OleExchangeRate extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Constructor and Description |
---|
OleExchangeRate() |
Modifier and Type | Method and Description |
---|---|
OleCurrencyType |
getCurrencyType() |
Long |
getCurrencyTypeId() |
BigDecimal |
getExchangeRate() |
Long |
getExchangeRateCode() |
Date |
getExchangeRateDate() |
String |
getExchangeRateSource() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setCurrencyType(OleCurrencyType currencyType) |
void |
setCurrencyTypeId(Long currencyTypeId) |
void |
setExchangeRate(BigDecimal exchangeRate) |
void |
setExchangeRateCode(Long exchangeRateCode) |
void |
setExchangeRateDate(Date exchangeRateDate) |
void |
setExchangeRateSource(String exchangeRateSource) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public OleExchangeRate()
public Long getExchangeRateCode()
public void setExchangeRateCode(Long exchangeRateCode)
public BigDecimal getExchangeRate()
public void setExchangeRate(BigDecimal exchangeRate)
public Long getCurrencyTypeId()
public void setCurrencyTypeId(Long currencyTypeId)
public String getExchangeRateSource()
public void setExchangeRateSource(String exchangeRateSource)
public Date getExchangeRateDate()
public void setExchangeRateDate(Date exchangeRateDate)
public OleCurrencyType getCurrencyType()
public void setCurrencyType(OleCurrencyType currencyType)
public boolean isActive()
isActive
in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
public void setActive(boolean active)
setActive
in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.