|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.PooledFundValue
public class PooledFundValue
Business Object for Pooled Fund Value table.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
PooledFundValue()
|
|
| Method Summary | |
|---|---|
Date |
getDistributeIncomeOnDate()
Gets the distributeIncomeOnDate |
Date |
getDistributeLongTermGainLossOnDate()
Gets the distributeLongTermGainLossOnDate |
Date |
getDistributeShortTermGainLossOnDate()
Gets the distributeShortTermGainLossOnDate |
BigDecimal |
getIncomeDistributionPerUnit()
Gets the incomeDistributionPerUnit |
BigDecimal |
getLongTermGainLossDistributionPerUnit()
Gets the longTermGainLossDistributionPerUnit |
PooledFundControl |
getPooledFundControl()
Gets the PooledFundControl object |
String |
getPooledSecurityID()
Gets the pooledSecurityID |
BigDecimal |
getShortTermGainLossDistributionPerUnit()
Gets the shortTermGainLossDistributionPerUnit |
BigDecimal |
getUnitValue()
Gets the unitValue |
Date |
getValuationDate()
Gets the valuationDate |
Date |
getValueEffectiveDate()
Gets the valueEffectiveDate |
boolean |
isIncomeDistributionComplete()
Gets the incomeDistributionComplete |
boolean |
isLongTermGainLossDistributionComplete()
Gets the longTermGainLossDistributionComplete |
boolean |
isShortTermGainLossDistributionComplete()
Gets the shortTermGainLossDistributionComplete |
void |
setDistributeIncomeOnDate(Date distributeIncomeOnDate)
Sets the distributeIncomeOnDate |
void |
setDistributeLongTermGainLossOnDate(Date distributeLongTermGainLossOnDate)
Sets the distributeLongTermGainLossOnDate |
void |
setDistributeShortTermGainLossOnDate(Date distributeShortTermGainLossOnDate)
Sets the distributeShortTermGainLossOnDate |
void |
setIncomeDistributionComplete(boolean incomeDistributionComplete)
Sets the incomeDistributionComplete |
void |
setIncomeDistributionPerUnit(BigDecimal incomeDistributionPerUnit)
Sets the incomeDistributionPerUnit |
void |
setLongTermGainLossDistributionComplete(boolean longTermGainLossDistributionComplete)
Sets the longTermGainLossDistributionComplete |
void |
setLongTermGainLossDistributionPerUnit(BigDecimal longTermGainLossDistributionPerUnit)
Sets the longTermGainLossDistributionPerUnit |
void |
setPooledFundControl(PooledFundControl pooledFundControl)
Sets the PooledFundControl object |
void |
setPooledSecurityID(String pooledSecurityID)
Sets the pooledSecurityID |
void |
setShortTermGainLossDistributionComplete(boolean shortTermGainLossDistributionComplete)
Sets the shortTermGainLossDistributionComplete |
void |
setShortTermGainLossDistributionPerUnit(BigDecimal shortTermGainLossDistributionPerUnit)
Sets the shortTermGainLossDistributionPerUnit |
void |
setUnitValue(BigDecimal unitValue)
Sets the unitValue |
void |
setValuationDate(Date valuationDate)
Sets the valuationDate |
void |
setValueEffectiveDate(Date valueEffectiveDate)
Sets the valueEffectiveDate |
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 |
|---|
public PooledFundValue()
| Method Detail |
|---|
protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()public String getPooledSecurityID()
public void setPooledSecurityID(String pooledSecurityID)
pooledSecurityID - public Date getValueEffectiveDate()
public void setValueEffectiveDate(Date valueEffectiveDate)
valueEffectiveDate - public Date getValuationDate()
public void setValuationDate(Date valuationDate)
valuationDate - public BigDecimal getUnitValue()
public void setUnitValue(BigDecimal unitValue)
unitValue - public BigDecimal getIncomeDistributionPerUnit()
public void setIncomeDistributionPerUnit(BigDecimal incomeDistributionPerUnit)
incomeDistributionPerUnit - public Date getDistributeIncomeOnDate()
public void setDistributeIncomeOnDate(Date distributeIncomeOnDate)
distributeIncomeOnDate - public boolean isIncomeDistributionComplete()
public void setIncomeDistributionComplete(boolean incomeDistributionComplete)
incomeDistributionComplete - public BigDecimal getLongTermGainLossDistributionPerUnit()
public void setLongTermGainLossDistributionPerUnit(BigDecimal longTermGainLossDistributionPerUnit)
longTermGainLossDistributionPerUnit - public Date getDistributeLongTermGainLossOnDate()
public void setDistributeLongTermGainLossOnDate(Date distributeLongTermGainLossOnDate)
distributeLongTermGainLossOnDate - public boolean isLongTermGainLossDistributionComplete()
public void setLongTermGainLossDistributionComplete(boolean longTermGainLossDistributionComplete)
longTermGainLossDistributionComplete - public BigDecimal getShortTermGainLossDistributionPerUnit()
public void setShortTermGainLossDistributionPerUnit(BigDecimal shortTermGainLossDistributionPerUnit)
shortTermGainLossDistributionPerUnit - public Date getDistributeShortTermGainLossOnDate()
public void setDistributeShortTermGainLossOnDate(Date distributeShortTermGainLossOnDate)
distributeLongTermGainLossOnDate - public boolean isShortTermGainLossDistributionComplete()
public void setShortTermGainLossDistributionComplete(boolean shortTermGainLossDistributionComplete)
shortTermGainLossDistributionComplete - public PooledFundControl getPooledFundControl()
public void setPooledFundControl(PooledFundControl pooledFundControl)
pooledFundControl -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||