java.lang.Object
com.echothree.util.common.transfer.BaseTransfer
com.echothree.model.control.accounting.common.transfer.CurrencyTransfer
All Implemented Interfaces:
Serializable

public class CurrencyTransfer extends BaseTransfer
See Also:
  • Constructor Details

  • Method Details

    • getCurrencyIsoName

      Returns the currencyIsoName.
      Returns:
      the currencyIsoName
    • setCurrencyIsoName

      public void setCurrencyIsoName(String currencyIsoName)
      Sets the currencyIsoName.
      Parameters:
      currencyIsoName - the currencyIsoName to set
    • getSymbol

      public String getSymbol()
      Returns the symbol.
      Returns:
      the symbol
    • setSymbol

      public void setSymbol(String symbol)
      Sets the symbol.
      Parameters:
      symbol - the symbol to set
    • getSymbolPosition

      Returns the symbolPosition.
      Returns:
      the symbolPosition
    • setSymbolPosition

      public void setSymbolPosition(SymbolPositionTransfer symbolPosition)
      Sets the symbolPosition.
      Parameters:
      symbolPosition - the symbolPosition to set
    • getSymbolOnListStart

      Returns the symbolOnListStart.
      Returns:
      the symbolOnListStart
    • setSymbolOnListStart

      public void setSymbolOnListStart(Boolean symbolOnListStart)
      Sets the symbolOnListStart.
      Parameters:
      symbolOnListStart - the symbolOnListStart to set
    • getSymbolOnListMember

      Returns the symbolOnListMember.
      Returns:
      the symbolOnListMember
    • setSymbolOnListMember

      public void setSymbolOnListMember(Boolean symbolOnListMember)
      Sets the symbolOnListMember.
      Parameters:
      symbolOnListMember - the symbolOnListMember to set
    • getSymbolOnSubtotal

      Returns the symbolOnSubtotal.
      Returns:
      the symbolOnSubtotal
    • setSymbolOnSubtotal

      public void setSymbolOnSubtotal(Boolean symbolOnSubtotal)
      Sets the symbolOnSubtotal.
      Parameters:
      symbolOnSubtotal - the symbolOnSubtotal to set
    • getSymbolOnTotal

      Returns the symbolOnTotal.
      Returns:
      the symbolOnTotal
    • setSymbolOnTotal

      public void setSymbolOnTotal(Boolean symbolOnTotal)
      Sets the symbolOnTotal.
      Parameters:
      symbolOnTotal - the symbolOnTotal to set
    • getGroupingSeparator

      Returns the groupingSeparator.
      Returns:
      the groupingSeparator
    • setGroupingSeparator

      public void setGroupingSeparator(String groupingSeparator)
      Sets the groupingSeparator.
      Parameters:
      groupingSeparator - the groupingSeparator to set
    • getGroupingSize

      Returns the groupingSize.
      Returns:
      the groupingSize
    • setGroupingSize

      public void setGroupingSize(Integer groupingSize)
      Sets the groupingSize.
      Parameters:
      groupingSize - the groupingSize to set
    • getFractionSeparator

      Returns the fractionSeparator.
      Returns:
      the fractionSeparator
    • setFractionSeparator

      public void setFractionSeparator(String fractionSeparator)
      Sets the fractionSeparator.
      Parameters:
      fractionSeparator - the fractionSeparator to set
    • getDefaultFractionDigits

      Returns the defaultFractionDigits.
      Returns:
      the defaultFractionDigits
    • setDefaultFractionDigits

      public void setDefaultFractionDigits(Integer defaultFractionDigits)
      Sets the defaultFractionDigits.
      Parameters:
      defaultFractionDigits - the defaultFractionDigits to set
    • getPriceUnitFractionDigits

      Returns the priceUnitFractionDigits.
      Returns:
      the priceUnitFractionDigits
    • setPriceUnitFractionDigits

      public void setPriceUnitFractionDigits(Integer priceUnitFractionDigits)
      Sets the priceUnitFractionDigits.
      Parameters:
      priceUnitFractionDigits - the priceUnitFractionDigits to set
    • getPriceLineFractionDigits

      Returns the priceLineFractionDigits.
      Returns:
      the priceLineFractionDigits
    • setPriceLineFractionDigits

      public void setPriceLineFractionDigits(Integer priceLineFractionDigits)
      Sets the priceLineFractionDigits.
      Parameters:
      priceLineFractionDigits - the priceLineFractionDigits to set
    • getCostUnitFractionDigits

      Returns the costUnitFractionDigits.
      Returns:
      the costUnitFractionDigits
    • setCostUnitFractionDigits

      public void setCostUnitFractionDigits(Integer costUnitFractionDigits)
      Sets the costUnitFractionDigits.
      Parameters:
      costUnitFractionDigits - the costUnitFractionDigits to set
    • getCostLineFractionDigits

      Returns the costLineFractionDigits.
      Returns:
      the costLineFractionDigits
    • setCostLineFractionDigits

      public void setCostLineFractionDigits(Integer costLineFractionDigits)
      Sets the costLineFractionDigits.
      Parameters:
      costLineFractionDigits - the costLineFractionDigits to set
    • getMinusSign

      public String getMinusSign()
      Returns the minusSign.
      Returns:
      the minusSign
    • setMinusSign

      public void setMinusSign(String minusSign)
      Sets the minusSign.
      Parameters:
      minusSign - the minusSign to set
    • getIsDefault

      Returns the isDefault.
      Returns:
      the isDefault
    • setIsDefault

      public void setIsDefault(Boolean isDefault)
      Sets the isDefault.
      Parameters:
      isDefault - the isDefault to set
    • getSortOrder

      Returns the sortOrder.
      Returns:
      the sortOrder
    • setSortOrder

      public void setSortOrder(Integer sortOrder)
      Sets the sortOrder.
      Parameters:
      sortOrder - the sortOrder to set
    • getDescription

      Returns the description.
      Returns:
      the description
    • setDescription

      public void setDescription(String description)
      Sets the description.
      Parameters:
      description - the description to set