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

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

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

Business Object for Holding Tax Lot table

See Also:
Serialized Form

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

incomePrincipal

protected IncomePrincipalIndicator incomePrincipal

registration

protected RegistrationCode registration

security

protected Security security

kemidObj

protected KEMID kemidObj

holdingTaxLots

protected List<HoldingTaxLot> holdingTaxLots
Constructor Detail

HoldingTaxLotRebalance

public HoldingTaxLotRebalance()
Constructor.

Method Detail

toStringMapper

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

getRegistrationCode

public String getRegistrationCode()
Gets the registrationCode attribute.

Returns:
Returns the registrationCode.

setRegistrationCode

public void setRegistrationCode(String registrationCode)
Sets the registrationCode attribute value.

Parameters:
registrationCode - The registrationCode to set.

getSecurityId

public String getSecurityId()
Gets the securityId attribute.

Returns:
Returns the securityId.

setSecurityId

public void setSecurityId(String securityId)
Sets the securityId attribute value.

Parameters:
securityId - The securityId to set.

getKemid

public String getKemid()
Gets the kemid attribute.

Returns:
Returns the kemid.

setKemid

public void setKemid(String kemid)
Sets the kemid attribute value.

Parameters:
kemid - The kemid to set.

getIncomePrincipalIndicator

public String getIncomePrincipalIndicator()
Gets the incomePrincipalIndicator attribute.

Returns:
Returns the incomePrincipalIndicator.

setIncomePrincipalIndicator

public void setIncomePrincipalIndicator(String incomePrincipalIndicator)
Sets the incomePrincipalIndicator attribute value.

Parameters:
incomePrincipalIndicator - The incomePrincipalIndicator to set.

getTotalLotNumber

public org.kuali.rice.kns.util.KualiInteger getTotalLotNumber()
Gets the totalLotNumber attribute.

Returns:
Returns the totalLotNumber.

setTotalLotNumber

public void setTotalLotNumber(org.kuali.rice.kns.util.KualiInteger totalLotNumber)
Sets the totalLotNumber attribute value.

Parameters:
totalLotNumber - The totalLotNumber to set.

getTotalUnits

public BigDecimal getTotalUnits()
Gets the totalUnits attribute.

Returns:
Returns the totalUnits.

setTotalUnits

public void setTotalUnits(BigDecimal totalUnits)
Sets the totalUnits attribute value.

Parameters:
totalUnits - The totalUnits to set.

getTotalCost

public BigDecimal getTotalCost()
Gets the totalCost attribute.

Returns:
Returns the totalCost.

setTotalCost

public void setTotalCost(BigDecimal totalCost)
Sets the totalCost attribute value.

Parameters:
totalCost - The totalCost to set.

getIncomePrincipal

public IncomePrincipalIndicator getIncomePrincipal()
Gets the incomePrincipal attribute.

Returns:
Returns the incomePrincipal.

setIncomePrincipal

public void setIncomePrincipal(IncomePrincipalIndicator incomePrincipal)
Sets the incomePrincipal attribute value.

Parameters:
incomePrincipal - The incomePrincipal to set.

getRegistration

public RegistrationCode getRegistration()
Gets the registration attribute.

Returns:
Returns the registration.

setRegistration

public void setRegistration(RegistrationCode registration)
Sets the registration attribute value.

Parameters:
registration - The registration to set.

getSecurity

public Security getSecurity()
Gets the security attribute.

Returns:
Returns the security.

setSecurity

public void setSecurity(Security security)
Sets the security attribute value.

Parameters:
security - The security to set.

getKemidObj

public KEMID getKemidObj()
Gets the kemidObj attribute.

Returns:
Returns the kemidObj.

setKemidObj

public void setKemidObj(KEMID kemidObj)
Sets the kemidObj attribute value.

Parameters:
kemidObj - The kemidObj to set.

getHoldingTaxLots

public List<HoldingTaxLot> getHoldingTaxLots()
Gets the holdingTaxLots attribute.

Returns:
Returns the holdingTaxLots.

setHoldingTaxLots

public void setHoldingTaxLots(List<HoldingTaxLot> holdingTaxLots)
Sets the holdingTaxLots attribute value.

Parameters:
holdingTaxLots - The holdingTaxLots to set.


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