|
||||||||||
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.HoldingTaxLotRebalance
public class HoldingTaxLotRebalance
Business Object for Holding Tax Lot table
Field Summary | |
---|---|
protected List<HoldingTaxLot> |
holdingTaxLots
|
protected IncomePrincipalIndicator |
incomePrincipal
|
protected KEMID |
kemidObj
|
protected RegistrationCode |
registration
|
protected Security |
security
|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
HoldingTaxLotRebalance()
Constructor. |
Method Summary | |
---|---|
List<HoldingTaxLot> |
getHoldingTaxLots()
Gets the holdingTaxLots attribute. |
IncomePrincipalIndicator |
getIncomePrincipal()
Gets the incomePrincipal attribute. |
String |
getIncomePrincipalIndicator()
Gets the incomePrincipalIndicator attribute. |
String |
getKemid()
Gets the kemid attribute. |
KEMID |
getKemidObj()
Gets the kemidObj attribute. |
RegistrationCode |
getRegistration()
Gets the registration attribute. |
String |
getRegistrationCode()
Gets the registrationCode attribute. |
Security |
getSecurity()
Gets the security attribute. |
String |
getSecurityId()
Gets the securityId attribute. |
BigDecimal |
getTotalCost()
Gets the totalCost attribute. |
org.kuali.rice.kns.util.KualiInteger |
getTotalLotNumber()
Gets the totalLotNumber attribute. |
BigDecimal |
getTotalUnits()
Gets the totalUnits attribute. |
void |
setHoldingTaxLots(List<HoldingTaxLot> holdingTaxLots)
Sets the holdingTaxLots attribute value. |
void |
setIncomePrincipal(IncomePrincipalIndicator incomePrincipal)
Sets the incomePrincipal attribute value. |
void |
setIncomePrincipalIndicator(String incomePrincipalIndicator)
Sets the incomePrincipalIndicator attribute value. |
void |
setKemid(String kemid)
Sets the kemid attribute value. |
void |
setKemidObj(KEMID kemidObj)
Sets the kemidObj attribute value. |
void |
setRegistration(RegistrationCode registration)
Sets the registration attribute value. |
void |
setRegistrationCode(String registrationCode)
Sets the registrationCode attribute value. |
void |
setSecurity(Security security)
Sets the security attribute value. |
void |
setSecurityId(String securityId)
Sets the securityId attribute value. |
void |
setTotalCost(BigDecimal totalCost)
Sets the totalCost attribute value. |
void |
setTotalLotNumber(org.kuali.rice.kns.util.KualiInteger totalLotNumber)
Sets the totalLotNumber attribute value. |
void |
setTotalUnits(BigDecimal totalUnits)
Sets the totalUnits attribute value. |
protected LinkedHashMap<String,String> |
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 |
Field Detail |
---|
protected IncomePrincipalIndicator incomePrincipal
protected RegistrationCode registration
protected Security security
protected KEMID kemidObj
protected List<HoldingTaxLot> holdingTaxLots
Constructor Detail |
---|
public HoldingTaxLotRebalance()
Method Detail |
---|
protected LinkedHashMap<String,String> toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public String getRegistrationCode()
public void setRegistrationCode(String registrationCode)
registrationCode
- The registrationCode to set.public String getSecurityId()
public void setSecurityId(String securityId)
securityId
- The securityId to set.public String getKemid()
public void setKemid(String kemid)
kemid
- The kemid to set.public String getIncomePrincipalIndicator()
public void setIncomePrincipalIndicator(String incomePrincipalIndicator)
incomePrincipalIndicator
- The incomePrincipalIndicator to set.public org.kuali.rice.kns.util.KualiInteger getTotalLotNumber()
public void setTotalLotNumber(org.kuali.rice.kns.util.KualiInteger totalLotNumber)
totalLotNumber
- The totalLotNumber to set.public BigDecimal getTotalUnits()
public void setTotalUnits(BigDecimal totalUnits)
totalUnits
- The totalUnits to set.public BigDecimal getTotalCost()
public void setTotalCost(BigDecimal totalCost)
totalCost
- The totalCost to set.public IncomePrincipalIndicator getIncomePrincipal()
public void setIncomePrincipal(IncomePrincipalIndicator incomePrincipal)
incomePrincipal
- The incomePrincipal to set.public RegistrationCode getRegistration()
public void setRegistration(RegistrationCode registration)
registration
- The registration to set.public Security getSecurity()
public void setSecurity(Security security)
security
- The security to set.public KEMID getKemidObj()
public void setKemidObj(KEMID kemidObj)
kemidObj
- The kemidObj to set.public List<HoldingTaxLot> getHoldingTaxLots()
public void setHoldingTaxLots(List<HoldingTaxLot> holdingTaxLots)
holdingTaxLots
- The holdingTaxLots to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |