Golibri

Uses of Class
org.golibri.common.YearQuarter

Packages that use YearQuarter
org.golibri.common   
 

Uses of YearQuarter in org.golibri.common
 

Methods in org.golibri.common that return YearQuarter
static YearQuarter YearQuarter.addQuarters(YearQuarter yearQuarter, int quarters)
          Static method that adds a number of quarters to a yearquarter and returns the result as a new YearQuarter object.
static YearQuarter YearQuarter.addYears(YearQuarter yearQuarter, int years)
          Static method that adds a number of years to a yearquarter and returns the result as a new YearQuarter object.
static YearQuarter YearQuarter.subtractQuarters(YearQuarter yearQuarter, int quarters)
          Static method that subtracts a number of quarters to a yearquarter and returns the result as a new YearQuarter object.
static YearQuarter YearQuarter.subtractYears(YearQuarter yearQuarter, int years)
          Static method that subtracts a number of years to a yearquarter and returns the result as a new YearQuarter object.
 

Methods in org.golibri.common with parameters of type YearQuarter
static YearQuarter YearQuarter.addQuarters(YearQuarter yearQuarter, int quarters)
          Static method that adds a number of quarters to a yearquarter and returns the result as a new YearQuarter object.
static YearQuarter YearQuarter.addYears(YearQuarter yearQuarter, int years)
          Static method that adds a number of years to a yearquarter and returns the result as a new YearQuarter object.
static YearQuarter YearQuarter.subtractQuarters(YearQuarter yearQuarter, int quarters)
          Static method that subtracts a number of quarters to a yearquarter and returns the result as a new YearQuarter object.
static YearQuarter YearQuarter.subtractYears(YearQuarter yearQuarter, int years)
          Static method that subtracts a number of years to a yearquarter and returns the result as a new YearQuarter object.
 


Golibri