Package com.xero.models.accounting
Class ConversionDate
- java.lang.Object
-
- com.xero.models.accounting.ConversionDate
-
public class ConversionDate extends Object
The date when the organisation starts using Xero
-
-
Constructor Summary
Constructors Constructor Description ConversionDate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetMonth()The month the organisation starts using Xero.IntegergetYear()The year the organisation starts using Xero.inthashCode()ConversionDatemonth(Integer month)The month the organisation starts using Xero.voidsetMonth(Integer month)The month the organisation starts using Xero.voidsetYear(Integer year)The year the organisation starts using Xero.StringtoString()ConversionDateyear(Integer year)The year the organisation starts using Xero.
-
-
-
Method Detail
-
month
public ConversionDate month(Integer month)
The month the organisation starts using Xero. Value is an integer between 1 and 12- Parameters:
month- Integer- Returns:
- ConversionDate
-
getMonth
public Integer getMonth()
The month the organisation starts using Xero. Value is an integer between 1 and 12- Returns:
- month
-
setMonth
public void setMonth(Integer month)
The month the organisation starts using Xero. Value is an integer between 1 and 12- Parameters:
month- Integer
-
year
public ConversionDate year(Integer year)
The year the organisation starts using Xero. Value is an integer greater than 2006- Parameters:
year- Integer- Returns:
- ConversionDate
-
getYear
public Integer getYear()
The year the organisation starts using Xero. Value is an integer greater than 2006- Returns:
- year
-
setYear
public void setYear(Integer year)
The year the organisation starts using Xero. Value is an integer greater than 2006- Parameters:
year- Integer
-
-