|
||||||||||
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.HoldingTaxLot
public class HoldingTaxLot
Business Object for Holding Tax Lot table
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
HoldingTaxLot()
Constructs a HoldingTaxLot.java. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Date |
getAcquiredDate()
Gets the acquiredDate. |
Date |
getBalanceDate()
Gets the Balance Date which is the Current System/Process date |
BigDecimal |
getCost()
Gets the cost. |
BigDecimal |
getCurrentAccrual()
Gets the currentAccrual. |
IncomePrincipalIndicator |
getIncomePrincipal()
Gets the incomePrincipal. |
String |
getIncomePrincipalIndicator()
Gets the incomePrincipalIndicator. |
String |
getKemid()
Gets the kemid. |
KEMID |
getKemidObj()
Gets the kemidObj. |
Date |
getLastTransactionDate()
Gets the lastTransactionDate. |
org.kuali.rice.kns.util.KualiInteger |
getLotNumber()
Gets the lotNumber. |
BigDecimal |
getMarketValue()
Gets the market value. |
BigDecimal |
getPriorAccrual()
Gets the priorAccrual. |
RegistrationCode |
getRegistration()
Gets the registration. |
String |
getRegistrationCode()
Gets the registrationCode. |
Security |
getSecurity()
Gets the security |
String |
getSecurityId()
Gets the securityId. |
BigDecimal |
getUnits()
Gets the units. |
int |
hashCode()
|
void |
setAcquiredDate(Date acquiredDate)
Sets the acquiredDate. |
void |
setCost(BigDecimal cost)
Sets the cost. |
void |
setCurrentAccrual(BigDecimal currentAccrual)
Sets the currentAccrual. |
void |
setIncomePrincipal(IncomePrincipalIndicator incomePrincipal)
Sets the incomePrincipal. |
void |
setIncomePrincipalIndicator(String incomePrincipalIndicator)
Sets the incomePrincipalIndicator. |
void |
setKemid(String kemid)
Sets the kemid. |
void |
setKemidObj(KEMID kemidObj)
Deprecated. |
void |
setLastTransactionDate(Date lastTransactionDate)
Sets the lastTransactionDate. |
void |
setLotNumber(org.kuali.rice.kns.util.KualiInteger lotNumber)
Sets the lotNumber. |
void |
setPriorAccrual(BigDecimal priorAccrual)
Sets the priorAccrual. |
void |
setRegistration(RegistrationCode registration)
Sets the registration |
void |
setRegistrationCode(String registrationCode)
Sets the registrationCode. |
void |
setSecurity(Security security)
Sets the security. |
void |
setSecurityId(String securityId)
Sets the securityId. |
void |
setUnits(BigDecimal units)
Sets the units. |
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, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public HoldingTaxLot()
Method Detail |
---|
public IncomePrincipalIndicator getIncomePrincipal()
public void setIncomePrincipal(IncomePrincipalIndicator incomePrincipal)
incomePrincipal
- public Security getSecurity()
public void setSecurity(Security security)
security
- protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public Date getAcquiredDate()
public void setAcquiredDate(Date acquiredDate)
acquiredDate
- public BigDecimal getCost()
public void setCost(BigDecimal cost)
cost
- public BigDecimal getCurrentAccrual()
public void setCurrentAccrual(BigDecimal currentAccrual)
currentAccrual
- public String getIncomePrincipalIndicator()
public void setIncomePrincipalIndicator(String incomePrincipalIndicator)
incomePrincipalIndicator
- public String getKemid()
public void setKemid(String kemid)
kemid
- public Date getLastTransactionDate()
public void setLastTransactionDate(Date lastTransactionDate)
lastTransactionDate
- public org.kuali.rice.kns.util.KualiInteger getLotNumber()
public void setLotNumber(org.kuali.rice.kns.util.KualiInteger lotNumber)
lotNumber
- public BigDecimal getPriorAccrual()
public void setPriorAccrual(BigDecimal priorAccrual)
priorAccrual
- public String getRegistrationCode()
public void setRegistrationCode(String registrationCode)
registrationCode
- public String getSecurityId()
public void setSecurityId(String securityId)
securityId
- public BigDecimal getUnits()
public void setUnits(BigDecimal units)
units
- public BigDecimal getMarketValue()
public Date getBalanceDate()
public RegistrationCode getRegistration()
public void setRegistration(RegistrationCode registration)
registration
- public KEMID getKemidObj()
@Deprecated public void setKemidObj(KEMID kemidObj)
kemidObj
- public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |