org.kuali.kfs.module.endow.businessobject
Class CurrentTaxLotBalance

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.HoldingTaxLot
              extended by org.kuali.kfs.module.endow.businessobject.CurrentTaxLotBalance
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class CurrentTaxLotBalance
extends HoldingTaxLot

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
CurrentTaxLotBalance()
           
 
Method Summary
 BigDecimal getAnnualEstimatedIncome()
          Gets the annualEstimatedIncome.
 BigDecimal getHoldingMarketValue()
          Gets the holdingMarketValue.
 BigDecimal getNextFYEstimatedIncome()
          Gets the nextFYEstimatedIncome.
 BigDecimal getRemainderOfFYEstimatedIncome()
          Gets the remainderOfFYEstimatedIncome.
 BigDecimal getSecurityUnitVal()
          Gets the securityUnitVal.
 void setAnnualEstimatedIncome(BigDecimal annualEstimatedIncome)
          Sets the annualEstimatedIncome.
 void setHoldingMarketValue(BigDecimal holdingMarketValue)
          Sets the holdingMarketValue.
 void setNextFYEstimatedIncome(BigDecimal nextFYEstimatedIncome)
          Sets the nextFYEstimatedIncome.
 void setRemainderOfFYEstimatedIncome(BigDecimal remainderOfFYEstimatedIncome)
          Sets the remainderOfFYEstimatedIncome.
 void setSecurityUnitVal(BigDecimal securityUnitVal)
          Sets the securityUnitVal.
 
Methods inherited from class org.kuali.kfs.module.endow.businessobject.HoldingTaxLot
equals, getAcquiredDate, getBalanceDate, getCost, getCurrentAccrual, getIncomePrincipal, getIncomePrincipalIndicator, getKemid, getKemidObj, getLastTransactionDate, getLotNumber, getMarketValue, getPriorAccrual, getRegistration, getRegistrationCode, getSecurity, getSecurityId, getUnits, hashCode, setAcquiredDate, setCost, setCurrentAccrual, setIncomePrincipal, setIncomePrincipalIndicator, setKemid, setKemidObj, setLastTransactionDate, setLotNumber, setPriorAccrual, setRegistration, setRegistrationCode, setSecurity, setSecurityId, setUnits, 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, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

CurrentTaxLotBalance

public CurrentTaxLotBalance()
Method Detail

getNextFYEstimatedIncome

public BigDecimal getNextFYEstimatedIncome()
Gets the nextFYEstimatedIncome.

Returns:
nextFYEstimatedIncome

setNextFYEstimatedIncome

public void setNextFYEstimatedIncome(BigDecimal nextFYEstimatedIncome)
Sets the nextFYEstimatedIncome.

Parameters:
nextFYEstimatedIncome -

getAnnualEstimatedIncome

public BigDecimal getAnnualEstimatedIncome()
Gets the annualEstimatedIncome.

Returns:
annualEstimatedIncome

setAnnualEstimatedIncome

public void setAnnualEstimatedIncome(BigDecimal annualEstimatedIncome)
Sets the annualEstimatedIncome.

Parameters:
annualEstimatedIncome -

getHoldingMarketValue

public BigDecimal getHoldingMarketValue()
Gets the holdingMarketValue.

Returns:
holdingMarketValue

setHoldingMarketValue

public void setHoldingMarketValue(BigDecimal holdingMarketValue)
Sets the holdingMarketValue.

Parameters:
holdingMarketValue -

getRemainderOfFYEstimatedIncome

public BigDecimal getRemainderOfFYEstimatedIncome()
Gets the remainderOfFYEstimatedIncome.

Returns:
remainderOfFYEstimatedIncome

setRemainderOfFYEstimatedIncome

public void setRemainderOfFYEstimatedIncome(BigDecimal remainderOfFYEstimatedIncome)
Sets the remainderOfFYEstimatedIncome.

Parameters:
remainderOfFYEstimatedIncome -

getSecurityUnitVal

public BigDecimal getSecurityUnitVal()
Gets the securityUnitVal.

Returns:
securityUnitVal

setSecurityUnitVal

public void setSecurityUnitVal(BigDecimal securityUnitVal)
Sets the securityUnitVal.

Parameters:
securityUnitVal -


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