org.kuali.kfs.integration.ec
Interface EffortCertificationReport

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.ExternalizableBusinessObject, Serializable
All Known Implementing Classes:
EffortCertificationReportDefinition

public interface EffortCertificationReport
extends org.kuali.rice.kns.bo.ExternalizableBusinessObject

Methods for getting and setting report attributes.


Method Summary
 Integer getEffortCertificationReportBeginFiscalYear()
          Gets the effortCertificationReportBeginFiscalYear attribute.
 String getEffortCertificationReportBeginPeriodCode()
          Gets the effortCertificationReportBeginPeriodCode attribute.
 Integer getEffortCertificationReportEndFiscalYear()
          Gets the effortCertificationReportEndFiscalYear attribute.
 String getEffortCertificationReportEndPeriodCode()
          Gets the effortCertificationReportEndPeriodCode attribute.
 String getEffortCertificationReportNumber()
          Gets the effortCertificationReportNumber attribute.
 String getEffortCertificationReportPeriodStatusCode()
          Gets the effortCertificationReportPeriodStatusCode attribute.
 String getEffortCertificationReportPeriodTitle()
          Gets the effortCertificationReportPeriodTitle attribute.
 Date getEffortCertificationReportReturnDate()
          Gets the effortCertificationReportReturnDate attribute.
 String getEffortCertificationReportTypeCode()
          Gets the effortCertificationReportTypeCode attribute.
 String getExpenseTransferFiscalPeriodCode()
          Gets the expenseTransferFiscalPeriodCode attribute.
 Integer getExpenseTransferFiscalYear()
          Gets the expenseTransferFiscalYear attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 boolean isActive()
          Gets the active attribute.
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getUniversityFiscalYear

Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear.

getEffortCertificationReportNumber

String getEffortCertificationReportNumber()
Gets the effortCertificationReportNumber attribute.

Returns:
Returns the effortCertificationReportNumber.

getEffortCertificationReportPeriodTitle

String getEffortCertificationReportPeriodTitle()
Gets the effortCertificationReportPeriodTitle attribute.

Returns:
Returns the effortCertificationReportPeriodTitle.

getEffortCertificationReportPeriodStatusCode

String getEffortCertificationReportPeriodStatusCode()
Gets the effortCertificationReportPeriodStatusCode attribute.

Returns:
Returns the effortCertificationReportPeriodStatusCode.

getExpenseTransferFiscalYear

Integer getExpenseTransferFiscalYear()
Gets the expenseTransferFiscalYear attribute.

Returns:
Returns the expenseTransferFiscalYear.

getExpenseTransferFiscalPeriodCode

String getExpenseTransferFiscalPeriodCode()
Gets the expenseTransferFiscalPeriodCode attribute.

Returns:
Returns the expenseTransferFiscalPeriodCode.

getEffortCertificationReportTypeCode

String getEffortCertificationReportTypeCode()
Gets the effortCertificationReportTypeCode attribute.

Returns:
Returns the effortCertificationReportTypeCode.

getEffortCertificationReportReturnDate

Date getEffortCertificationReportReturnDate()
Gets the effortCertificationReportReturnDate attribute.

Returns:
Returns the effortCertificationReportReturnDate.

getEffortCertificationReportBeginFiscalYear

Integer getEffortCertificationReportBeginFiscalYear()
Gets the effortCertificationReportBeginFiscalYear attribute.

Returns:
Returns the effortCertificationReportBeginFiscalYear.

getEffortCertificationReportBeginPeriodCode

String getEffortCertificationReportBeginPeriodCode()
Gets the effortCertificationReportBeginPeriodCode attribute.

Returns:
Returns the effortCertificationReportBeginPeriodCode.

getEffortCertificationReportEndFiscalYear

Integer getEffortCertificationReportEndFiscalYear()
Gets the effortCertificationReportEndFiscalYear attribute.

Returns:
Returns the effortCertificationReportEndFiscalYear.

getEffortCertificationReportEndPeriodCode

String getEffortCertificationReportEndPeriodCode()
Gets the effortCertificationReportEndPeriodCode attribute.

Returns:
Returns the effortCertificationReportEndPeriodCode.

isActive

boolean isActive()
Gets the active attribute.

Returns:
Returns the active.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.