|
||||||||||
| 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.PooledFundControl
public class PooledFundControl
Business Object for Pooled Fund Control table.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
|---|
extension, versionNumber |
| Constructor Summary | |
|---|---|
PooledFundControl()
|
|
| Method Summary | |
|---|---|
EndowmentTransactionCode |
getAssetPurchaseOffsetTranCode()
Gets the assetPurchaseOffsetTranCode |
EndowmentTransactionCode |
getAssetSaleOffsetTranCode()
Gets the assetSaleOffsetTranCode |
EndowmentTransactionCode |
getCashDepositOffsetTranCode()
Gets the cashDepositOffsetTranCode |
String |
getFundAssetPurchaseOffsetTranCode()
Gets the fundAssetPurchaseOffsetTranCode |
String |
getFundAssetSaleOffsetTranCode()
Gets the fundAssetSaleOffsetTranCode |
String |
getFundCashDepositOffsetTranCode()
Gets the fundCashDepositOffsetTranCode |
String |
getFundKEMID()
Gets the fundKEMID. |
String |
getFundRegistrationCode()
Gets the fundRegistrationCode |
String |
getFundSaleGainLossOffsetTranCode()
Gets the fundSaleGainLossOffsetTranCode |
Integer |
getIncrementValuationDays()
Gets the incrementValuationDays |
KEMID |
getKemid()
Gets the kemid object |
String |
getPooledFundDescription()
Gets the pooledFundDescription. |
String |
getPooledSecurityID()
Gets the pooledSecurityID. |
String |
getPooledSecurityIDAndDescription()
Gets pooledSecurityID and pooledFundDescription. |
RegistrationCode |
getRegistrationCodeObj()
Gets the registrationCodeObj |
EndowmentTransactionCode |
getSaleGainLossOffsetTranCode()
Gets the saleGainLossOffsetTranCode |
Security |
getSecurity()
Gets the security object |
boolean |
isActive()
|
boolean |
isAllowFractionalShares()
Gets the allowFractionalShares. |
boolean |
isDistributeGainsAndLossesIndicator()
Gets the distributeGainsAndLossesIndicator. |
void |
setActive(boolean active)
|
void |
setAllowFractionalShares(boolean allowFractionalShares)
Sets the allowFractionalShares. |
void |
setAssetPurchaseOffsetTranCode(EndowmentTransactionCode assetPurchaseOffsetTranCode)
Sets the assetPurchaseOffsetTranCode. |
void |
setAssetSaleOffsetTranCode(EndowmentTransactionCode assetSaleOffsetTranCode)
Sets the assetSaleOffsetTranCode. |
void |
setCashDepositOffsetTranCode(EndowmentTransactionCode cashDepositOffsetTranCode)
Sets the cashDepositOffsetTranCode. |
void |
setDistributeGainsAndLossesIndicator(boolean distributeGainsAndLossesIndicator)
Sets the distributeGainsAndLossesIndicator. |
void |
setFundAssetPurchaseOffsetTranCode(String fundAssetPurchaseOffsetTranCode)
Set the fundAssetPurchaseOffsetTranCode |
void |
setFundAssetSaleOffsetTranCode(String fundAssetSaleOffsetTranCode)
Set the fundAssetSaleOffsetTranCode |
void |
setFundCashDepositOffsetTranCode(String fundCashDepositOffsetTranCode)
Set the fundCashDepositOffsetTranCode |
void |
setFundKEMID(String fundKEMID)
Sets the fundKEMID. |
void |
setFundRegistrationCode(String fundRegistrationCode)
Sets the fundRegistrationCode |
void |
setFundSaleGainLossOffsetTranCode(String fundSaleGainLossOffsetTranCode)
Set the fundSaleGainLossOffsetTranCode |
void |
setIncrementValuationDays(Integer incrementValuationDays)
Sets the incrementValuationDays |
void |
setKemid(KEMID kemid)
Sets the kemid object |
void |
setPooledFundDescription(String pooledFundDescription)
Sets the pooledFundDescription. |
void |
setPooledSecurityID(String pooledSecurityID)
Sets the pooledSecurityID. |
void |
setPooledSecurityIDAndDescription(String pooledSecurityIDAndDescription)
Sets pooledSecurityID and pooledFundDescription. |
void |
setRegistrationCodeObj(RegistrationCode registrationCodeObj)
Sets the registrationCodeObj |
void |
setSaleGainLossOffsetTranCode(EndowmentTransactionCode saleGainLossOffsetTranCode)
Sets the saleGainLossOffsetTranCode. |
void |
setSecurity(Security security)
Sets the security object |
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 PooledFundControl()
| 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 String getPooledSecurityID()
public void setPooledSecurityID(String pooledSecurityID)
pooledSecurityID - public String getPooledFundDescription()
public void setPooledFundDescription(String pooledFundDescription)
pooledFundDescription - public Integer getIncrementValuationDays()
public void setIncrementValuationDays(Integer incrementValuationDays)
incrementValuationDays - public String getFundRegistrationCode()
public void setFundRegistrationCode(String fundRegistrationCode)
fundRegistrationCode - public String getFundKEMID()
public void setFundKEMID(String fundKEMID)
fundKEMID - public String getFundAssetPurchaseOffsetTranCode()
public void setFundAssetPurchaseOffsetTranCode(String fundAssetPurchaseOffsetTranCode)
fundAssetPurchaseOffsetTranCode - public String getFundAssetSaleOffsetTranCode()
public void setFundAssetSaleOffsetTranCode(String fundAssetSaleOffsetTranCode)
fundAssetSaleOffsetTranCode - public String getFundSaleGainLossOffsetTranCode()
public void setFundSaleGainLossOffsetTranCode(String fundSaleGainLossOffsetTranCode)
fundSaleGainLossOffsetTranCode - public String getFundCashDepositOffsetTranCode()
public void setFundCashDepositOffsetTranCode(String fundCashDepositOffsetTranCode)
fundCashDepositOffsetTranCode - public boolean isDistributeGainsAndLossesIndicator()
public void setDistributeGainsAndLossesIndicator(boolean distributeGainsAndLossesIndicator)
distributeGainsAndLossesIndicator - public Security getSecurity()
public void setSecurity(Security security)
security - public RegistrationCode getRegistrationCodeObj()
public void setRegistrationCodeObj(RegistrationCode registrationCodeObj)
registrationCodeObj - public KEMID getKemid()
public void setKemid(KEMID kemid)
kemid - public EndowmentTransactionCode getAssetPurchaseOffsetTranCode()
public void setAssetPurchaseOffsetTranCode(EndowmentTransactionCode assetPurchaseOffsetTranCode)
assetPurchaseOffsetTranCode - public EndowmentTransactionCode getAssetSaleOffsetTranCode()
public void setAssetSaleOffsetTranCode(EndowmentTransactionCode assetSaleOffsetTranCode)
assetSaleOffsetTranCode - public EndowmentTransactionCode getSaleGainLossOffsetTranCode()
public void setSaleGainLossOffsetTranCode(EndowmentTransactionCode saleGainLossOffsetTranCode)
saleGainLossOffsetTranCode - public EndowmentTransactionCode getCashDepositOffsetTranCode()
public void setCashDepositOffsetTranCode(EndowmentTransactionCode cashDepositOffsetTranCode)
cashDepositOffsetTranCode - public String getPooledSecurityIDAndDescription()
public void setPooledSecurityIDAndDescription(String pooledSecurityIDAndDescription)
pooledSecurityIDAndDescription - public boolean isAllowFractionalShares()
public void setAllowFractionalShares(boolean allowFractionalShares)
allowFractionalShares -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||