public class LprTransactionInfo extends IdEntityInfo implements LprTransaction, Serializable
Constructor and Description |
---|
LprTransactionInfo() |
LprTransactionInfo(LprTransaction input) |
Modifier and Type | Method and Description |
---|---|
String |
getAtpId()
The ATP for which this transaction applies.
|
List<LprTransactionItemInfo> |
getLprTransactionItems()
The transaction items that compose this request.
|
String |
getRequestingPersonId()
The person who requested for this transaction
Note this does not have to be the same as the person on the
transaction item.
|
List<ValidationResultInfo> |
getValidationResults()
During any kind of checks that may occur on the LprTransaction,
these represent the results of that check.
|
void |
setAtpId(String atpId) |
void |
setLprTransactionItems(List<LprTransactionItemInfo> lprTransactionItems) |
void |
setRequestingPersonId(String requestingPersonId) |
void |
setValidationResults(List<ValidationResultInfo> validationResults) |
getId, setId
getDescr, getName, setDescr, setName
getState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKey, toString
getMeta, setMeta
getAttributes, getAttributeValue, getAttributeValueList, setAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType, getTypeKey
getState, getStateKey
getAttributes
public LprTransactionInfo()
public LprTransactionInfo(LprTransaction input)
public String getRequestingPersonId()
LprTransaction
getRequestingPersonId
in interface LprTransaction
public void setRequestingPersonId(String requestingPersonId)
public String getAtpId()
LprTransaction
getAtpId
in interface LprTransaction
public List<LprTransactionItemInfo> getLprTransactionItems()
LprTransaction
getLprTransactionItems
in interface LprTransaction
public void setLprTransactionItems(List<LprTransactionItemInfo> lprTransactionItems)
public List<ValidationResultInfo> getValidationResults()
LprTransaction
getValidationResults
in interface LprTransaction
public void setValidationResults(List<ValidationResultInfo> validationResults)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.