Package com.xero.models.accounting
Class ConversionDate
java.lang.Object
com.xero.models.accounting.ConversionDate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMonth()The month the organisation starts using Xero.getYear()The year the organisation starts using Xero.inthashCode()The month the organisation starts using Xero.voidThe month the organisation starts using Xero.voidThe year the organisation starts using Xero.toString()The year the organisation starts using Xero.
-
Constructor Details
-
ConversionDate
public ConversionDate()
-
-
Method Details
-
month
The month the organisation starts using Xero. Value is an integer between 1 and 12- Parameters:
month- Integer- Returns:
- ConversionDate
-
getMonth
The month the organisation starts using Xero. Value is an integer between 1 and 12- Returns:
- month
-
setMonth
The month the organisation starts using Xero. Value is an integer between 1 and 12- Parameters:
month- Integer
-
year
The year the organisation starts using Xero. Value is an integer greater than 2006- Parameters:
year- Integer- Returns:
- ConversionDate
-
getYear
The year the organisation starts using Xero. Value is an integer greater than 2006- Returns:
- year
-
setYear
The year the organisation starts using Xero. Value is an integer greater than 2006- Parameters:
year- Integer
-
equals
-
hashCode
-
toString
-