Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
com.intuit.ipp.serialization.custom |
Modifier and Type | Field and Description |
---|---|
protected MonthEnum |
CompanyAccountingPrefs.firstMonthOfFiscalYear |
protected MonthEnum |
CompanyInfo.fiscalYearStartMonth |
protected MonthEnum |
Company.fiscalYearStartMonth |
protected MonthEnum |
CompanyAccountingPrefs.taxYearMonth |
protected MonthEnum |
CompanyInfo.taxYearStartMonth |
protected MonthEnum |
Company.taxYearStartMonth |
Modifier and Type | Method and Description |
---|---|
static MonthEnum |
MonthEnum.fromValue(String v) |
MonthEnum |
CompanyAccountingPrefs.getFirstMonthOfFiscalYear()
Gets the value of the firstMonthOfFiscalYear property.
|
MonthEnum |
CompanyInfo.getFiscalYearStartMonth()
Gets the value of the fiscalYearStartMonth property.
|
MonthEnum |
Company.getFiscalYearStartMonth()
Gets the value of the fiscalYearStartMonth property.
|
MonthEnum |
CompanyAccountingPrefs.getTaxYearMonth()
Gets the value of the taxYearMonth property.
|
MonthEnum |
CompanyInfo.getTaxYearStartMonth()
Gets the value of the taxYearStartMonth property.
|
MonthEnum |
Company.getTaxYearStartMonth()
Gets the value of the taxYearStartMonth property.
|
static MonthEnum |
MonthEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonthEnum[] |
MonthEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CompanyAccountingPrefs.setFirstMonthOfFiscalYear(MonthEnum value)
Sets the value of the firstMonthOfFiscalYear property.
|
void |
CompanyInfo.setFiscalYearStartMonth(MonthEnum value)
Sets the value of the fiscalYearStartMonth property.
|
void |
Company.setFiscalYearStartMonth(MonthEnum value)
Sets the value of the fiscalYearStartMonth property.
|
void |
CompanyAccountingPrefs.setTaxYearMonth(MonthEnum value)
Sets the value of the taxYearMonth property.
|
void |
CompanyInfo.setTaxYearStartMonth(MonthEnum value)
Sets the value of the taxYearStartMonth property.
|
void |
Company.setTaxYearStartMonth(MonthEnum value)
Sets the value of the taxYearStartMonth property.
|
Modifier and Type | Method and Description |
---|---|
void |
MonthEnumJsonSerializer.serialize(MonthEnum value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2017. All rights reserved.