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

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

public class KEMIDHistoricalReportingGroup
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
KEMIDHistoricalReportingGroup()
           
 
Method Summary
 BigDecimal getAnnualEstimatedIncome()
          Gets the annualEstimatedIncome
 BigDecimal getCarryVal()
          Gets the carryVal.
 MonthEndDate getHistoryBalanceDate()
          Gets the historyBalanceDate.
 org.kuali.rice.kns.util.KualiInteger getHistoryBalanceDateId()
          Gets the historyBalanceDateId.
 IncomePrincipalIndicator getIncomePrincipalIndicator()
          Gets the incomePrincipalIndicator.
 String getIpIndicator()
          Gets the ipIndicator.
 String getKemid()
          Gets the kemid.
 KEMID getKemidObj()
          Gets the kemidObj.
 BigDecimal getMarketVal()
          Gets the marketVal.
 BigDecimal getNextFYEstimatedIncome()
          Gets the nextFYEstimatedIncome.
 RegistrationCode getRegistration()
          Gets the registration.
 String getRegistrationCode()
          Gets the registrationCode.
 BigDecimal getRemainderOfFYEstimatedIncome()
          Gets the remainderOfFYEstimatedIncome.
 SecurityReportingGroup getReportingGroup()
          Gets the reportingGroup.
 String getReportingGroupCode()
          Gets the reportingGroupCode.
 Security getSecurity()
          Gets the security.
 String getSecurityId()
          Gets the securityId.
 BigDecimal getUnits()
          Gets the units.
 void setAnnualEstimatedIncome(BigDecimal annualEstimatedIncome)
          Sets the annualEstimatedIncome.
 void setCarryVal(BigDecimal carryVal)
          Sets the carryVal.
 void setHistoryBalanceDate(MonthEndDate historyBalanceDate)
          Sets the historyBalanceDate.
 void setHistoryBalanceDateId(org.kuali.rice.kns.util.KualiInteger monthEndDateId)
          Sets the historyBalanceDateId.
 void setIncomePrincipalIndicator(IncomePrincipalIndicator incomePrincipalIndicator)
          Sets the incomePrincipalIndicator.
 void setIpIndicator(String ipIndicator)
          Sets the ipIndicator.
 void setKemid(String kemid)
          Sets the kemid.
 void setKemidObj(KEMID kemidObj)
          Sets the kemidObj.
 void setMarketVal(BigDecimal marketVal)
          Sets the marketVal.
 void setNextFYEstimatedIncome(BigDecimal nextFYEstimatedIncome)
          Sets the nextFYEstimatedIncome.
 void setRegistration(RegistrationCode registration)
          Sets the registration.
 void setRegistrationCode(String registrationCode)
          Sets the registrationCode.
 void setRemainderOfFYEstimatedIncome(BigDecimal remainderOfFYEstimatedIncome)
          Sets the remainderOfFYEstimatedIncome.
 void setReportingGroup(SecurityReportingGroup reportingGroup)
          Sets the reportingGroup.
 void setReportingGroupCode(String reportingGroupCode)
          Sets the reportingGroupCode.
 void setSecurity(Security security)
          Sets the security.
 void setSecurityId(String securityId)
          Sets the securityId.
 void setUnits(BigDecimal units)
          Sets the units.
protected  LinkedHashMap 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

KEMIDHistoricalReportingGroup

public KEMIDHistoricalReportingGroup()
Method Detail

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getAnnualEstimatedIncome

public BigDecimal getAnnualEstimatedIncome()
Gets the annualEstimatedIncome

Returns:
annualEstimatedIncome

setAnnualEstimatedIncome

public void setAnnualEstimatedIncome(BigDecimal annualEstimatedIncome)
Sets the annualEstimatedIncome.

Parameters:
annualEstimatedIncome -

getCarryVal

public BigDecimal getCarryVal()
Gets the carryVal.

Returns:
carryVal

setCarryVal

public void setCarryVal(BigDecimal carryVal)
Sets the carryVal.

Parameters:
carryVal -

getIncomePrincipalIndicator

public IncomePrincipalIndicator getIncomePrincipalIndicator()
Gets the incomePrincipalIndicator.

Returns:

setIncomePrincipalIndicator

public void setIncomePrincipalIndicator(IncomePrincipalIndicator incomePrincipalIndicator)
Sets the incomePrincipalIndicator.

Parameters:
incomePrincipalIndicator -

getIpIndicator

public String getIpIndicator()
Gets the ipIndicator.

Returns:
ipIndicator

setIpIndicator

public void setIpIndicator(String ipIndicator)
Sets the ipIndicator.

Parameters:
ipIndicator -

getKemid

public String getKemid()
Gets the kemid.

Returns:
kemid

setKemid

public void setKemid(String kemid)
Sets the kemid.

Parameters:
kemid -

getKemidObj

public KEMID getKemidObj()
Gets the kemidObj.

Returns:
kemidObj

setKemidObj

public void setKemidObj(KEMID kemidObj)
Sets the kemidObj.

Parameters:
kemidObj -

getMarketVal

public BigDecimal getMarketVal()
Gets the marketVal.

Returns:
marketVal

setMarketVal

public void setMarketVal(BigDecimal marketVal)
Sets the marketVal.

Parameters:
marketVal -

getHistoryBalanceDateId

public org.kuali.rice.kns.util.KualiInteger getHistoryBalanceDateId()
Gets the historyBalanceDateId.

Returns:
historyBalanceDateId

setHistoryBalanceDateId

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

Parameters:
historyBalanceDateId -

getNextFYEstimatedIncome

public BigDecimal getNextFYEstimatedIncome()
Gets the nextFYEstimatedIncome.

Returns:
nextFYEstimatedIncome

setNextFYEstimatedIncome

public void setNextFYEstimatedIncome(BigDecimal nextFYEstimatedIncome)
Sets the nextFYEstimatedIncome.

Parameters:
nextFYEstimatedIncome -

getRegistration

public RegistrationCode getRegistration()
Gets the registration.

Returns:
registration

setRegistration

public void setRegistration(RegistrationCode registration)
Sets the registration.

Parameters:
registration -

getRegistrationCode

public String getRegistrationCode()
Gets the registrationCode.

Returns:
registrationCode

setRegistrationCode

public void setRegistrationCode(String registrationCode)
Sets the registrationCode.

Parameters:
registrationCode -

getRemainderOfFYEstimatedIncome

public BigDecimal getRemainderOfFYEstimatedIncome()
Gets the remainderOfFYEstimatedIncome.

Returns:
remainderOfFYEstimatedIncome

setRemainderOfFYEstimatedIncome

public void setRemainderOfFYEstimatedIncome(BigDecimal remainderOfFYEstimatedIncome)
Sets the remainderOfFYEstimatedIncome.

Parameters:
remainderOfFYEstimatedIncome -

getReportingGroup

public SecurityReportingGroup getReportingGroup()
Gets the reportingGroup.

Returns:
reportingGroup

setReportingGroup

public void setReportingGroup(SecurityReportingGroup reportingGroup)
Sets the reportingGroup.

Parameters:
reportingGroup -

getReportingGroupCode

public String getReportingGroupCode()
Gets the reportingGroupCode.

Returns:
reportingGroupCode

setReportingGroupCode

public void setReportingGroupCode(String reportingGroupCode)
Sets the reportingGroupCode.

Parameters:
reportingGroupCode -

getSecurity

public Security getSecurity()
Gets the security.

Returns:
security

setSecurity

public void setSecurity(Security security)
Sets the security.

Parameters:
security -

getSecurityId

public String getSecurityId()
Gets the securityId.

Returns:
securityId

setSecurityId

public void setSecurityId(String securityId)
Sets the securityId.

Parameters:
securityId -

getUnits

public BigDecimal getUnits()
Gets the units.

Returns:
units

setUnits

public void setUnits(BigDecimal units)
Sets the units.

Parameters:
units -

getHistoryBalanceDate

public MonthEndDate getHistoryBalanceDate()
Gets the historyBalanceDate.

Returns:
historyBalanceDate

setHistoryBalanceDate

public void setHistoryBalanceDate(MonthEndDate historyBalanceDate)
Sets the historyBalanceDate.

Parameters:
historyBalanceDate -


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