com.sage.accpac.sm
Class FiscalCalendar.FiscalYear

java.lang.Object
  extended by com.sage.accpac.sm.FiscalCalendar.FiscalYear
Enclosing class:
FiscalCalendar

public final class FiscalCalendar.FiscalYear
extends java.lang.Object

The properties of a fiscal year, as returned by getYear and other methods


Method Summary
 FiscalCalendar.DateRange getDates()
          Dates
 FiscalCalendar.FiscalPeriod getPeriod(int p)
          Returns a FiscalPeriod object representing the given period of this year
 int getPeriodCount()
          Number of periods in the year
 int getQtr4Period()
          The quarter that contains 4 periods if there are 13 periods in the year rather than 12
 int getYear()
          Year
 boolean isActive()
          States whether or not the year is active
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDates

public FiscalCalendar.DateRange getDates()
Dates


getYear

public int getYear()
Year


getPeriodCount

public int getPeriodCount()
Number of periods in the year


getQtr4Period

public int getQtr4Period()
The quarter that contains 4 periods if there are 13 periods in the year rather than 12


isActive

public boolean isActive()
States whether or not the year is active


getPeriod

public FiscalCalendar.FiscalPeriod getPeriod(int p)
Returns a FiscalPeriod object representing the given period of this year



Copyright © 2010 Sage Software, Inc. All rights reserved.