public class PriceRateMapping extends NotPersistenceObject
Constructor and Description |
---|
PriceRateMapping() |
Modifier and Type | Method and Description |
---|---|
CRMDOCurrency |
getLocalCurrency() |
java.lang.String |
getLocalCurrencyId() |
java.math.BigDecimal |
getLocalCurrencyPrice() |
java.math.BigDecimal |
getUsdPrice() |
void |
setLocalCurrency(CRMDOCurrency localCurrency) |
void |
setLocalCurrencyId(java.lang.String localCurrencyId) |
void |
setLocalCurrencyPrice(java.math.BigDecimal localCurrencyPrice) |
void |
setUsdPrice(java.math.BigDecimal usdPrice) |
clone, compareObjects, compareTo, deepCopy, equals, getAlias, getAliases, getAltCode, getAttachments, getCode, getComparableByXPath, getCreatedByUnit, getCreatedByUser, getCreatedDate, getDefaultMandatoryFields, getDeletedFlagFieldName, getDescription, getFieldsize, getFieldsizes, getId, getIsAssignable, getIsDeletable, getIsDeleted, getIsEditable, getIsRestricted, getIsViewable, getMandatoryFields, getModifiedCollections, getName, getNewvalues, getNotes, getNotVisibleActions, getNotVisibleFields, getNotVisiblePrintouts, getNumber, getOldvalues, getOwnerCollection, getProperties, getProperty, getReadOnlyFields, getRecVersion, getSharedNotes, getSortby, getUpdatedByUnit, getUpdatedByUser, getUpdatedDate, initFieldsizes, initializeCRMDO, isAssignable, isDeletable, isDeleted, isEditable, isMandatory, isModified, isModified, isNew, isRestricted, isSortbyDefined, isSpecified, isViewable, networkRestrictionsSet, onDelete, onLoad, onLoad, onSave, onSave, onUpdate, securityRestrictionsSet, setAlias, setAltCode, setAttachments, setChange, setCode, setCreatedByUnit, setCreatedByUser, setCreatedDate, setDefaultMandatoryFields, setDescription, setFieldsize, setId, setIsAssignable, setIsDeletable, setIsDeleted, setIsEditable, setIsRestricted, setIsViewable, setMandatoryFields, setModified, setModifiedCollections, setName, setNetworkRestrictionsSet, setNew, setNew, setNewvalues, setNotes, setNotVisibleActions, setNotVisibleFields, setNotVisiblePrintouts, setNumber, setOldvalues, setOwnerCollection, setProperty, setReadOnlyFields, setRecVersion, setSecurityRestrictionsSet, setSharedNotes, setSortby, setUpdatedByUnit, setUpdatedByUser, setUpdatedDate, sortbyCompareTo, toString
public CRMDOCurrency getLocalCurrency()
public void setLocalCurrency(CRMDOCurrency localCurrency)
public java.lang.String getLocalCurrencyId()
public void setLocalCurrencyId(java.lang.String localCurrencyId)
public java.math.BigDecimal getUsdPrice()
public void setUsdPrice(java.math.BigDecimal usdPrice)
public java.math.BigDecimal getLocalCurrencyPrice()
public void setLocalCurrencyPrice(java.math.BigDecimal localCurrencyPrice)