|
||||||||||
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.EndowmentTransactionTaxLotLine
public class EndowmentTransactionTaxLotLine
This class provides an implementation for the Tax Lot Lines in the Endowment transactional documents.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
EndowmentTransactionTaxLotLine()
Constructs a EndowmentTransactionTaxLotLine.java. |
Method Summary | |
---|---|
Integer |
getDocumentLineNumber()
Gets the documentLineNumber. |
String |
getDocumentLineTypeCode()
Gets the documentLineTypeCode. |
String |
getDocumentNumber()
Gets the documentNumber. |
String |
getIpIndicator()
Gets the ipIndicator. |
IncomePrincipalIndicator |
getIpIndicatorObjRef()
Gets the ipIndicatorObjRef. |
String |
getKemid()
Gets the kemid. |
KEMID |
getKemidObjRef()
Gets the kemidObjRef. |
Date |
getLotAcquiredDate()
Gets the lotAcquiredDate. |
BigDecimal |
getLotHoldingCost()
Gets the lotHoldingCost. |
BigDecimal |
getLotLongTermGainLoss()
Gets the lotLongTermGainLoss. |
BigDecimal |
getLotShortTermGainLoss()
Gets the lotShortTermGainLoss. |
BigDecimal |
getLotUnits()
Gets the lotUnits. |
String |
getRegistrationCode()
Gets the registrationCode. |
RegistrationCode |
getRegistrationCodeObjRef()
Gets the registrationCodeObjRef. |
Security |
getSecurity()
Gets the security. |
String |
getSecurityID()
Gets the securityID. |
Integer |
getTransactionHoldingLotNumber()
Gets the transactionHoldingLotNumber. |
EndowmentTransactionLine |
getTransactionLine()
Gets the transactionLine. |
boolean |
isNewLotIndicator()
Gets the newLotIndicator attribute. |
void |
setDocumentLineNumber(Integer documentLineNumber)
Sets the documentLineNumber. |
void |
setDocumentLineTypeCode(String documentLineTypeCode)
Sets the documentLineTypeCode. |
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber. |
void |
setIpIndicator(String ipIndicator)
Sets the ipIndicator. |
void |
setIpIndicatorObjRef(IncomePrincipalIndicator ipIndicatorObjRef)
Sets the ipIndicatorObjRef. |
void |
setKemid(String kemid)
Sets the kemid. |
void |
setKemidObjRef(KEMID kemidObjRef)
Sets the kemidObjRef. |
void |
setLotAcquiredDate(Date lotAcquiredDate)
Sets the lotAcquiredDate. |
void |
setLotHoldingCost(BigDecimal lotHoldingCost)
Sets the lotHoldingCost. |
void |
setLotLongTermGainLoss(BigDecimal lotLongTermGainLoss)
Sets the lotLongTermGainLoss. |
void |
setLotShortTermGainLoss(BigDecimal lotShortTermGainLoss)
Sets the lotShortTermGainLoss. |
void |
setLotUnits(BigDecimal lotUnits)
Sets the lotUnits. |
void |
setNewLotIndicator(boolean newLotIndicator)
Sets the newLotIndicator. |
void |
setRegistrationCode(String registrationCode)
Sets the registrationCode. |
void |
setRegistrationCodeObjRef(RegistrationCode registrationCodeObjRef)
Sets the registrationCodeObjRef. |
void |
setSecurity(Security security)
Sets the security. |
void |
setSecurityID(String securityID)
Sets the securityID. |
void |
setTransactionHoldingLotNumber(Integer transactionHoldingLotNumber)
Sets the transactionHoldingLotNumber. |
void |
setTransactionLine(EndowmentTransactionLine transactionLine)
Sets the transactionLine. |
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 EndowmentTransactionTaxLotLine()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- public Integer getDocumentLineNumber()
public void setDocumentLineNumber(Integer documentLineNumber)
documentLineNumber
- public String getDocumentLineTypeCode()
public void setDocumentLineTypeCode(String documentLineTypeCode)
documentLineTypeCode
- public Integer getTransactionHoldingLotNumber()
public void setTransactionHoldingLotNumber(Integer transactionHoldingLotNumber)
transactionHoldingLotNumber
- public BigDecimal getLotUnits()
public void setLotUnits(BigDecimal lotUnits)
lotUnits
- public BigDecimal getLotHoldingCost()
public void setLotHoldingCost(BigDecimal lotHoldingCost)
lotHoldingCost
- public BigDecimal getLotLongTermGainLoss()
public void setLotLongTermGainLoss(BigDecimal lotLongTermGainLoss)
lotLongTermGainLoss
- public BigDecimal getLotShortTermGainLoss()
public void setLotShortTermGainLoss(BigDecimal lotShortTermGainLoss)
lotShortTermGainLoss
- public EndowmentTransactionLine getTransactionLine()
public void setTransactionLine(EndowmentTransactionLine transactionLine)
transactionLine
- public Date getLotAcquiredDate()
public void setLotAcquiredDate(Date lotAcquiredDate)
lotAcquiredDate
- public String getKemid()
public void setKemid(String kemid)
kemid
- public String getSecurityID()
public void setSecurityID(String securityID)
securityID
- public String getRegistrationCode()
public void setRegistrationCode(String registrationCode)
registrationCode
- public String getIpIndicator()
public void setIpIndicator(String ipIndicator)
ipIndicator
- public boolean isNewLotIndicator()
public void setNewLotIndicator(boolean newLotIndicator)
newLotIndicator
- public KEMID getKemidObjRef()
public void setKemidObjRef(KEMID kemidObjRef)
kemidObjRef
- public Security getSecurity()
public void setSecurity(Security security)
security
- public RegistrationCode getRegistrationCodeObjRef()
public void setRegistrationCodeObjRef(RegistrationCode registrationCodeObjRef)
registrationCodeObjRef
- public IncomePrincipalIndicator getIpIndicatorObjRef()
public void setIpIndicatorObjRef(IncomePrincipalIndicator ipIndicatorObjRef)
ipIndicatorObjRef
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |