com.sage.accpac.sm
Class FiscalCalendar.FiscalPeriod

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

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

The fiscal period returned by getPeriod


Method Summary
 FiscalCalendar.DateRange getDates()
          Dates
 int getPeriod()
          returns the fiscal period within the year.
 int getYear()
          Fiscal year
 boolean isOpen()
          Gets whether or not the period is open
 
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()
Fiscal year


getPeriod

public int getPeriod()
returns the fiscal period within the year.

Fiscal periods are numbered from 1 to the number of periods in the year (12 or 13), with 14 reserved for the adjustment period and 15 reserved for the closing period.

Returns:
the fiscal period within the year.

isOpen

public boolean isOpen()
Gets whether or not the period is open



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