Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Summary: 
  • Nested | 
  • Field | 
  • Constr | 
  • Method
  • Detail: 
  • Field | 
  • Constr | 
  • Method
Package com.echothree.model.control.accounting.server.graphql

Class CurrencyObject

java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.accounting.server.graphql.CurrencyObject

public class CurrencyObject extends BaseEntityInstanceObject
  • Field Summary

    Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject

    basePrimaryKey
  • Constructor Summary

    Constructors
    Constructor
    Description
    CurrencyObject(Currency currency)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Integer
    getCostLineFractionDigits()
     
    Integer
    getCostUnitFractionDigits()
     
    String
    getCurrencyIsoName()
     
    Integer
    getDefaultFractionDigits()
     
    String
    getDescription(graphql.schema.DataFetchingEnvironment env)
     
    String
    getFractionSeparator()
     
    String
    getGroupingSeparator()
     
    Integer
    getGroupingSize()
     
    Boolean
    getIsDefault()
     
    String
    getMinusSign()
     
    Integer
    getPriceLineFractionDigits()
     
    Integer
    getPriceUnitFractionDigits()
     
    Integer
    getSortOrder()
     
    String
    getSymbol()
     
    Boolean
    getSymbolOnListMember()
     
    Boolean
    getSymbolOnListStart()
     
    Boolean
    getSymbolOnSubtotal()
     
    Boolean
    getSymbolOnTotal()
     
    SymbolPositionObject
    getSymbolPosition(graphql.schema.DataFetchingEnvironment env)
     

    Methods inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject

    getEntityAliasType, getEntityAliasTypes, getEntityAttribute, getEntityAttributeGroup, getEntityAttributeGroups, getEntityInstance, getEntityInstanceByBasePK, getId, getTagScope, getTagScopes, getWorkflowEntityStatusObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CurrencyObject

      public CurrencyObject(Currency currency)
  • Method Details

    • getCurrencyIsoName

      public String getCurrencyIsoName()
    • getSymbol

      public String getSymbol()
    • getSymbolPosition

      public SymbolPositionObject getSymbolPosition(graphql.schema.DataFetchingEnvironment env)
    • getSymbolOnListStart

      public Boolean getSymbolOnListStart()
    • getSymbolOnListMember

      public Boolean getSymbolOnListMember()
    • getSymbolOnSubtotal

      public Boolean getSymbolOnSubtotal()
    • getSymbolOnTotal

      public Boolean getSymbolOnTotal()
    • getGroupingSeparator

      public String getGroupingSeparator()
    • getGroupingSize

      public Integer getGroupingSize()
    • getFractionSeparator

      public String getFractionSeparator()
    • getDefaultFractionDigits

      public Integer getDefaultFractionDigits()
    • getPriceUnitFractionDigits

      public Integer getPriceUnitFractionDigits()
    • getPriceLineFractionDigits

      public Integer getPriceLineFractionDigits()
    • getCostUnitFractionDigits

      public Integer getCostUnitFractionDigits()
    • getCostLineFractionDigits

      public Integer getCostLineFractionDigits()
    • getMinusSign

      public String getMinusSign()
    • getIsDefault

      public Boolean getIsDefault()
    • getSortOrder

      public Integer getSortOrder()
    • getDescription

      public String getDescription(graphql.schema.DataFetchingEnvironment env)

Copyright 2002-2024 Echo Three, LLC