Class ConversionDate


  • public class ConversionDate
    extends Object
    The date when the organisation starts using Xero
    • Constructor Detail

      • ConversionDate

        public ConversionDate()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object