|
||||||||||
| 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.CashSweepModel
public class CashSweepModel
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
CashSweepModel()
|
|
| Method Summary | |
|---|---|
String |
getCashSweepFrequencyCode()
Gets the cashSweepFrequencyCode |
FrequencyCode |
getCashSweepFrequencyCodeObj()
Gets the cashSweepFrequencyCode Object |
Integer |
getCashSweepModelID()
Gets the cashSweepModelID |
String |
getCashSweepModelName()
Gets the cashSweepModelName |
Date |
getCashSweepNextDueDate()
Gets the cashSweepNextDueDate |
String |
getCodeAndDescription()
|
Date |
getDateOfLastSweepModelChange()
Gets the dateOfLastSweepModelChange |
PooledFundControl |
getIncomePooledFundControl()
Gets the incomePooledFundControl |
RegistrationCode |
getIncomeRegistrationCode()
Gets the incomeRegistrationCode |
String |
getIncomeSweepInvestment()
Gets the incomeSweepInvestment |
String |
getIncomeSweepRegistrationCode()
Gets the incomeSweepRegistrationCode |
PooledFundControl |
getPrinciplePooledFundControl()
Gets the principlePooledFundControl |
RegistrationCode |
getPrincipleRegistrationCode()
Gets the principleRegistrationCode |
String |
getPrincipleSweepInvestment()
Gets the principleSweepInvestment |
String |
getPrincipleSweepRegistrationCode()
Gets the principleSweepRegistrationCode |
BigDecimal |
getSweepIncomeCashLimit()
Gets the sweepIncomeCashLimit |
BigDecimal |
getSweepPrincipleCashLimit()
Gets the sweepPrincipleCashLimit |
boolean |
isActive()
|
void |
setActive(boolean active)
|
void |
setCashSweepFrequencyCode(String cashSweepFrequencyCode)
Sets the cashSweepFrequencyCode |
void |
setCashSweepFrequencyCodeObj(FrequencyCode cashSweepFrequencyCodeObj)
Sets the cashSweepFrequencyCode Object |
void |
setCashSweepModelID(Integer cashSweepModelID)
Sets the cashSweepModelID |
void |
setCashSweepModelName(String cashSweepModelName)
Sets the cashSweepModelName |
void |
setCashSweepNextDueDate(Date cashSweepNextDueDate)
Sets the cashSweepNextDueDate |
void |
setDateOfLastSweepModelChange(Date dateOfLastSweepModelChange)
Sets the dateOfLastSweepModelChange |
void |
setIncomePooledFundControl(PooledFundControl incomePooledFundControl)
Sets the incomePooledFundControl |
void |
setIncomeRegistrationCode(RegistrationCode incomeRegistrationCode)
Sets the incomeRegistrationCode |
void |
setIncomeSweepInvestment(String incomeSweepInvestment)
Sets the incomeSweepInvestment |
void |
setIncomeSweepRegistrationCode(String incomeSweepRegistrationCode)
Sets the incomeSweepRegistrationCode |
void |
setPrinciplePooledFundControl(PooledFundControl principlePooledFundControl)
Sets the principlePooledFundControl |
void |
setPrincipleRegistrationCode(RegistrationCode principleRegistrationCode)
Sets the principleRegistrationCode |
void |
setPrincipleSweepInvestment(String principleSweepInvestment)
Sets the principleSweepInvestment |
void |
setPrincipleSweepRegistrationCode(String principleSweepRegistrationCode)
Sets the principleSweepRegistrationCode |
void |
setSweepIncomeCashLimit(BigDecimal sweepIncomeCashLimit)
Sets the sweepIncomeCashLimit |
void |
setSweepPrincipleCashLimit(BigDecimal sweepPrincipleCashLimit)
Sets the sweepPrincipleCashLimit |
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 CashSweepModel()
| Method Detail |
|---|
protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()public boolean isActive()
isActive in interface org.kuali.rice.kns.bo.InactivateableInactivateable.isActive()public void setActive(boolean active)
setActive in interface org.kuali.rice.kns.bo.InactivateableInactivateable.setActive(boolean)public Integer getCashSweepModelID()
public void setCashSweepModelID(Integer cashSweepModelID)
cashSweepModelID - public String getCashSweepModelName()
public void setCashSweepModelName(String cashSweepModelName)
cashSweepModelName - public BigDecimal getSweepIncomeCashLimit()
public void setSweepIncomeCashLimit(BigDecimal sweepIncomeCashLimit)
sweepIncomeCashLimit - public String getIncomeSweepInvestment()
public void setIncomeSweepInvestment(String incomeSweepInvestment)
incomeSweepInvestment - public String getIncomeSweepRegistrationCode()
public void setIncomeSweepRegistrationCode(String incomeSweepRegistrationCode)
incomeSweepRegistrationCode - public BigDecimal getSweepPrincipleCashLimit()
public void setSweepPrincipleCashLimit(BigDecimal sweepPrincipleCashLimit)
sweepPrincipleCashLimit - public String getPrincipleSweepInvestment()
public void setPrincipleSweepInvestment(String principleSweepInvestment)
principleSweepInvestment - public String getPrincipleSweepRegistrationCode()
public void setPrincipleSweepRegistrationCode(String principleSweepRegistrationCode)
principleSweepRegistrationCode - public Date getCashSweepNextDueDate()
public void setCashSweepNextDueDate(Date cashSweepNextDueDate)
cashSweepNextDueDate - public Date getDateOfLastSweepModelChange()
public void setDateOfLastSweepModelChange(Date dateOfLastSweepModelChange)
dateOfLastSweepModelChange - public PooledFundControl getIncomePooledFundControl()
public void setIncomePooledFundControl(PooledFundControl incomePooledFundControl)
incomePooledFundControl - public PooledFundControl getPrinciplePooledFundControl()
public void setPrinciplePooledFundControl(PooledFundControl principlePooledFundControl)
principlePooledFundControl - public RegistrationCode getIncomeRegistrationCode()
public void setIncomeRegistrationCode(RegistrationCode incomeRegistrationCode)
incomeRegistrationCode - public RegistrationCode getPrincipleRegistrationCode()
public void setPrincipleRegistrationCode(RegistrationCode principleRegistrationCode)
principleRegistrationCode - public FrequencyCode getCashSweepFrequencyCodeObj()
public void setCashSweepFrequencyCodeObj(FrequencyCode cashSweepFrequencyCodeObj)
cashSweepFrequencyCodeObj - public String getCashSweepFrequencyCode()
public void setCashSweepFrequencyCode(String cashSweepFrequencyCode)
cashSweepFrequencyCode - public String getCodeAndDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||