Package com.xero.models.accounting
Class SetupConversionDate
java.lang.Object
com.xero.models.accounting.SetupConversionDate
public class SetupConversionDate extends Object
The date when the organisation starts using Xero
-
Constructor Summary
Constructors Constructor Description SetupConversionDate() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)BigDecimalgetMonth()The month the organisation starts using Xero.BigDecimalgetYear()The year the organisation starts using Xero.inthashCode()SetupConversionDatemonth(BigDecimal month)voidsetMonth(BigDecimal month)voidsetYear(BigDecimal year)StringtoString()SetupConversionDateyear(BigDecimal year)
-
Constructor Details
-
SetupConversionDate
public SetupConversionDate()
-
-
Method Details
-
month
-
getMonth
The month the organisation starts using Xero. Value is an integer between 1 and 12- Returns:
- month
-
setMonth
-
year
-
getYear
The year the organisation starts using Xero. Value is an integer greater than 2006- Returns:
- year
-
setYear
-
equals
-
hashCode
public int hashCode() -
toString
-