|
||||||||||
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.TransientBusinessObjectBase
org.kuali.kfs.module.endow.businessobject.GainLossDistributionTotalReportLine
public class GainLossDistributionTotalReportLine
Field Summary | |
---|---|
protected String |
documentId
|
protected String |
documentType
|
protected String |
securityId
|
protected BigDecimal |
totalHoldingAdjustmentAmount
|
protected int |
totalNumberOfTransactionLines
|
protected BigDecimal |
unitAdjustmentAmount
|
Constructor Summary | |
---|---|
GainLossDistributionTotalReportLine(String documentType,
String documentId,
String securityId)
Constructs a GainLossDistributionTotalReportLine.java. |
Method Summary | |
---|---|
void |
addTotalHoldingAdjustmentAmount(EndowmentTransactionLine endowmentTransactionLine)
Computes the total holding adjustment based on the tax lots holding cost and adds it to totalHoldingAdjustmentAmount. |
void |
addUnitAdjustmentAmount(BigDecimal unitAdjustmentAmount)
Adds the unitAdjustmentAmount. |
String |
getDocumentId()
Gets the documentId. |
String |
getDocumentType()
Gets the documentType. |
String |
getSecurityId()
Gets the securityId. |
BigDecimal |
getTotalHoldingAdjustmentAmount()
Gets the totalHoldingAdjustmentAmount. |
int |
getTotalNumberOfTransactionLines()
Gets the totalNumberOfTransactionLines. |
BigDecimal |
getUnitAdjustmentAmount()
Gets the unitAdjustmentAmount. |
void |
setDocumentId(String documentId)
Sets the documentId. |
void |
setDocumentType(String documentType)
Sets the documentType. |
void |
setSecurityId(String securityId)
Sets the securityId. |
void |
setTotalHoldingAdjustmentAmount(BigDecimal totalHoldingAdjustmentAmount)
Sets the totalHoldingAdjustmentAmount. |
void |
setTotalNumberOfTransactionLines(int totalNumberOfTransactionLines)
Sets the totalNumberOfTransactionLines. |
void |
setUnitAdjustmentAmount(BigDecimal unitAdjustmentAmount)
Sets the unitAdjustmentAmount. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
---|
refresh |
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 |
Field Detail |
---|
protected String documentType
protected String documentId
protected String securityId
protected int totalNumberOfTransactionLines
protected BigDecimal unitAdjustmentAmount
protected BigDecimal totalHoldingAdjustmentAmount
Constructor Detail |
---|
public GainLossDistributionTotalReportLine(String documentType, String documentId, String securityId)
documentType
- documentId
- securityId
- Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public String getDocumentType()
public void setDocumentType(String documentType)
documentType
- public String getDocumentId()
public void setDocumentId(String documentId)
documentId
- public String getSecurityId()
public void setSecurityId(String securityId)
securityId
- public int getTotalNumberOfTransactionLines()
public void setTotalNumberOfTransactionLines(int totalNumberOfTransactionLines)
totalNumberOfTransactionLines
- public BigDecimal getUnitAdjustmentAmount()
public void setUnitAdjustmentAmount(BigDecimal unitAdjustmentAmount)
unitAdjustmentAmount
- public BigDecimal getTotalHoldingAdjustmentAmount()
public void setTotalHoldingAdjustmentAmount(BigDecimal totalHoldingAdjustmentAmount)
totalHoldingAdjustmentAmount
- public void addUnitAdjustmentAmount(BigDecimal unitAdjustmentAmount)
unitAdjustmentAmount
- public void addTotalHoldingAdjustmentAmount(EndowmentTransactionLine endowmentTransactionLine)
endowmentTransactionLine
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |