|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndowmentTransactionLine
Method Summary | |
---|---|
boolean |
getCorpusIndicator()
|
String |
getDocumentNumber()
Get the documentNumber |
String |
getEtranCode()
|
EndowmentTransactionCode |
getEtranCodeObj()
|
IncomePrincipalIndicator |
getIncomePrincipalIndicator()
|
String |
getKemid()
|
KEMID |
getKemidObj()
|
List<EndowmentTransactionTaxLotLine> |
getTaxLotLines()
Gets the tax lot lines. |
org.kuali.rice.kns.util.KualiDecimal |
getTransactionAmount()
|
String |
getTransactionIPIndicatorCode()
|
String |
getTransactionLineDescription()
|
Integer |
getTransactionLineNumber()
Gets the transactionLineNumber. |
String |
getTransactionLineTypeCode()
Gets the transactionLineTypeCode. |
org.kuali.rice.kns.util.KualiDecimal |
getTransactionUnits()
|
BigDecimal |
getUnitAdjustmentAmount()
Gets the unit adjustment amount. |
boolean |
isLinePosted()
|
void |
setCorpusIndicator(boolean corpusIndicator)
|
void |
setDocumentNumber(String documentNumber)
Set the documentNumber |
void |
setEtranCode(String endowmentTransactionTypeCode)
|
void |
setEtranCodeObj(EndowmentTransactionCode etranCodeObj)
|
void |
setIncomePrincipalIndicator(IncomePrincipalIndicator incomePrincipalIndicator)
|
void |
setKemid(String kemid)
|
void |
setKemidObj(KEMID kemidObj)
|
void |
setLinePosted(boolean linePostedIndicator)
|
void |
setTaxLotLines(List<EndowmentTransactionTaxLotLine> taxLotLines)
Sets the tax lot lines. |
void |
setTransactionAmount(org.kuali.rice.kns.util.KualiDecimal amount)
|
void |
setTransactionIPIndicatorCode(String ipIndicator)
|
void |
setTransactionLineDescription(String description)
|
void |
setTransactionLineNumber(Integer transactionLineNumber)
Sets the transactionLineNumber. |
void |
setTransactionLineTypeCode(String transactionLineTypeCode)
Sets the transactionLineTypeCode. |
void |
setTransactionUnits(org.kuali.rice.kns.util.KualiDecimal units)
|
void |
setUnitAdjustmentAmount(BigDecimal unitAdjustmentAmount)
sets unitAdjustmentAmount |
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
Method Detail |
---|
String getDocumentNumber()
void setDocumentNumber(String documentNumber)
documentNumber
- String getTransactionLineTypeCode()
void setTransactionLineTypeCode(String transactionLineTypeCode)
transactionLineTypeCode
- Integer getTransactionLineNumber()
void setTransactionLineNumber(Integer transactionLineNumber)
transactionLineNumber
- String getKemid()
void setKemid(String kemid)
kemid
- The kemid to set.KEMID getKemidObj()
void setKemidObj(KEMID kemidObj)
kemidObj
- The kemid object to set.String getEtranCode()
void setEtranCode(String endowmentTransactionTypeCode)
endowmentTransactionTypeCode
- The endowment transaction type code to set.EndowmentTransactionCode getEtranCodeObj()
void setEtranCodeObj(EndowmentTransactionCode etranCodeObj)
etranCodeObj
- the EndowmentTransactionCode object to set.String getTransactionLineDescription()
void setTransactionLineDescription(String description)
description
- The transaction line description to set.String getTransactionIPIndicatorCode()
void setTransactionIPIndicatorCode(String ipIndicator)
ipIndicator
- The income/principal indicator code to set.IncomePrincipalIndicator getIncomePrincipalIndicator()
void setIncomePrincipalIndicator(IncomePrincipalIndicator incomePrincipalIndicator)
incomePrincipalIndicator
- The income/principal indicator to set.org.kuali.rice.kns.util.KualiDecimal getTransactionAmount()
void setTransactionAmount(org.kuali.rice.kns.util.KualiDecimal amount)
amount
- The transaction amount to set.boolean getCorpusIndicator()
void setCorpusIndicator(boolean corpusIndicator)
corpusIndicator
- The corpus indicator to set.org.kuali.rice.kns.util.KualiDecimal getTransactionUnits()
void setTransactionUnits(org.kuali.rice.kns.util.KualiDecimal units)
units
- The transaction units to set.boolean isLinePosted()
void setLinePosted(boolean linePostedIndicator)
linePostedIndicator
- The line posted indicator to set.List<EndowmentTransactionTaxLotLine> getTaxLotLines()
void setTaxLotLines(List<EndowmentTransactionTaxLotLine> taxLotLines)
taxLotLines
- BigDecimal getUnitAdjustmentAmount()
void setUnitAdjustmentAmount(BigDecimal unitAdjustmentAmount)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |