org.kuali.kfs.gl.businessobject
Class GlSummary

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.gl.businessobject.Balance
              extended by org.kuali.kfs.gl.businessobject.GlSummary
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject
Direct Known Subclasses:
LaborBalanceSummary

public class GlSummary
extends Balance

This class represents a G/L Summary object which contains monthly amounts

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
GlSummary()
          Constructs a GlSummary.java.
GlSummary(Object[] data)
          Constructs a GlSummary.java.
 
Method Summary
 void add(GlSummary anotherSummary)
           
 org.kuali.rice.kns.util.KualiDecimal getYearBalance()
          Gets the yearBalance attribute.
 org.kuali.rice.kns.util.KualiDecimal getYearToDayBalance()
          Gets the yearToDayBalance attribute.
 
Methods inherited from class org.kuali.kfs.gl.businessobject.Balance
addAmount, getAccount, getAccountLineAnnualBalanceAmount, getAccountNumber, getAmount, getBalanceType, getBalanceTypeCode, getBeginningBalanceLineAmount, getChart, getChartOfAccountsCode, getCombinedBeginningBalanceAmount, getContractsGrantsBeginningBalanceAmount, getDummyBusinessObject, getFinancialObject, getFinancialSubObject, getFundGroup, getMonth10Amount, getMonth11Amount, getMonth12Amount, getMonth13Amount, getMonth1Amount, getMonth2Amount, getMonth3Amount, getMonth4Amount, getMonth5Amount, getMonth6Amount, getMonth7Amount, getMonth8Amount, getMonth9Amount, getObjectCode, getObjectType, getObjectTypeCode, getOption, getPriorYearAccount, getSubAccount, getSubAccountNumber, getSubObjectCode, getTimestamp, getUniversityFiscalYear, setAccount, setAccountLineAnnualBalanceAmount, setAccountNumber, setBalanceType, setBalanceTypeCode, setBeginningBalanceLineAmount, setChart, setChartOfAccountsCode, setContractsGrantsBeginningBalanceAmount, setDummyBusinessObject, setFinancialObject, setFinancialSubObject, setFundGroup, setMonth10Amount, setMonth11Amount, setMonth12Amount, setMonth13Amount, setMonth1Amount, setMonth2Amount, setMonth3Amount, setMonth4Amount, setMonth5Amount, setMonth6Amount, setMonth7Amount, setMonth8Amount, setMonth9Amount, setObjectCode, setObjectType, setObjectTypeCode, setOption, setPriorYearAccount, setSubAccount, setSubAccountNumber, setSubObjectCode, setTimestamp, setUniversityFiscalYear, setYearBalance, setYearToDayBalance, toStringMapper
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

GlSummary

public GlSummary()
Constructs a GlSummary.java.


GlSummary

public GlSummary(Object[] data)
Constructs a GlSummary.java.

Parameters:
data -
Method Detail

add

public void add(GlSummary anotherSummary)
Parameters:
anotherSummary -

getYearBalance

public org.kuali.rice.kns.util.KualiDecimal getYearBalance()
Description copied from class: Balance
Gets the yearBalance attribute.

Overrides:
getYearBalance in class Balance
Returns:
Returns the yearBalance.
See Also:
Balance.getYearBalance()

getYearToDayBalance

public org.kuali.rice.kns.util.KualiDecimal getYearToDayBalance()
Description copied from class: Balance
Gets the yearToDayBalance attribute.

Overrides:
getYearToDayBalance in class Balance
Returns:
Returns the yearToDayBalance.
See Also:
Balance.getYearToDayBalance()


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