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

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.HoldingHistory
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject
Direct Known Subclasses:
KEMIDHistoricalTaxLot

public class HoldingHistory
extends HoldingTaxLot

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
HoldingHistory()
           
 
Method Summary
 BigDecimal getAverageMarketValue()
          Gets the averageMarketValue.
 BigDecimal getEstimatedIncome()
          Gets the estimatedIncome.
 BigDecimal getMarketValue()
          Gets the market value.
 MonthEndDate getMonthEndDate()
          Gets the monthEndDate.
 org.kuali.rice.kns.util.KualiInteger getMonthEndDateId()
          Gets the monthEndDateId.
 BigDecimal getNextFYEstimatedIncome()
          Gets the nextFYEstimatedIncome.
 BigDecimal getRemainderOfFYEstimatedIncome()
          Gets the remainderOfFYEstimatedIncome.
 BigDecimal getSecurityUnitVal()
          Gets the securityUnitVal.
 void setAverageMarketValue(BigDecimal quarterAverageMarketValue)
          Sets the averageMarketValue.
 void setEstimatedIncome(BigDecimal estimatedIncome)
          Sets the estimatedIncome.
 void setMarketValue(BigDecimal marketValue)
          Sets the marketValue.
 void setMonthEndDate(MonthEndDate monthEndDate)
          Sets the monthEndDate.
 void setMonthEndDateId(org.kuali.rice.kns.util.KualiInteger monthEndDateId)
          Sets the monthEndDateId.
 void setNextFYEstimatedIncome(BigDecimal nextFYEstimatedIncome)
          Sets the nextFYEstimatedIncome.
 void setRemainderOfFYEstimatedIncome(BigDecimal remainderOfFYEstimatedIncome)
          Sets the remainderOfFYEstimatedIncome.
 void setSecurityUnitVal(BigDecimal securityUnitVal)
          Sets the securityUnitVal.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.kfs.module.endow.businessobject.HoldingTaxLot
equals, getAcquiredDate, getBalanceDate, getCost, getCurrentAccrual, getIncomePrincipal, getIncomePrincipalIndicator, getKemid, getKemidObj, getLastTransactionDate, getLotNumber, getPriorAccrual, getRegistration, getRegistrationCode, getSecurity, getSecurityId, getUnits, hashCode, setAcquiredDate, setCost, setCurrentAccrual, setIncomePrincipal, setIncomePrincipalIndicator, setKemid, setKemidObj, setLastTransactionDate, setLotNumber, setPriorAccrual, setRegistration, setRegistrationCode, setSecurity, setSecurityId, setUnits
 
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

HoldingHistory

public HoldingHistory()
Method Detail

toStringMapper

protected LinkedHashMap toStringMapper()
Overrides:
toStringMapper in class HoldingTaxLot
See Also:
HoldingTaxLot.toStringMapper()

getEstimatedIncome

public BigDecimal getEstimatedIncome()
Gets the estimatedIncome.

Returns:
estimatedIncome

setEstimatedIncome

public void setEstimatedIncome(BigDecimal estimatedIncome)
Sets the estimatedIncome.

Parameters:
estimatedIncome -

getMarketValue

public BigDecimal getMarketValue()
Description copied from class: HoldingTaxLot
Gets the market value.

Overrides:
getMarketValue in class HoldingTaxLot
Returns:
the market value
See Also:
HoldingTaxLot.getMarketValue()

setMarketValue

public void setMarketValue(BigDecimal marketValue)
Sets the marketValue.

Parameters:
marketValue -

getMonthEndDateId

public org.kuali.rice.kns.util.KualiInteger getMonthEndDateId()
Gets the monthEndDateId.

Returns:
monthEndDateId

setMonthEndDateId

public void setMonthEndDateId(org.kuali.rice.kns.util.KualiInteger monthEndDateId)
Sets the monthEndDateId.

Parameters:
monthEndDateId -

getAverageMarketValue

public BigDecimal getAverageMarketValue()
Gets the averageMarketValue.

Returns:
averageMarketValue

setAverageMarketValue

public void setAverageMarketValue(BigDecimal quarterAverageMarketValue)
Sets the averageMarketValue.

Parameters:
averageMarketValue -

getSecurityUnitVal

public BigDecimal getSecurityUnitVal()
Gets the securityUnitVal.

Returns:
securityUnitVal

setSecurityUnitVal

public void setSecurityUnitVal(BigDecimal securityUnitVal)
Sets the securityUnitVal.

Parameters:
securityUnitVal -

getMonthEndDate

public MonthEndDate getMonthEndDate()
Gets the monthEndDate.

Returns:
monthEndDate

setMonthEndDate

public void setMonthEndDate(MonthEndDate monthEndDate)
Sets the monthEndDate.

Parameters:
monthEndDate -

getNextFYEstimatedIncome

public BigDecimal getNextFYEstimatedIncome()
Gets the nextFYEstimatedIncome.

Returns:
nextFYEstimatedIncome

setNextFYEstimatedIncome

public void setNextFYEstimatedIncome(BigDecimal nextFYEstimatedIncome)
Sets the nextFYEstimatedIncome.

Parameters:
nextFYEstimatedIncome -

getRemainderOfFYEstimatedIncome

public BigDecimal getRemainderOfFYEstimatedIncome()
Gets the remainderOfFYEstimatedIncome.

Returns:
remainderOfFYEstimatedIncome

setRemainderOfFYEstimatedIncome

public void setRemainderOfFYEstimatedIncome(BigDecimal remainderOfFYEstimatedIncome)
Sets the remainderOfFYEstimatedIncome.

Parameters:
remainderOfFYEstimatedIncome -


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