public class PendingTransaction extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
PendingTransaction()
Constructs a PendingTransaction.java.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.kuali.rice.core.api.util.type.KualiDecimal |
cleanKualiDecimal(org.kuali.rice.core.api.util.type.KualiDecimal kd) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getAnticipatedAmount()
Gets the anticipatedAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAnticipatedDirectAmount()
Gets the anticipatedDirectAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getAnticipatedIndirectAmount()
Gets the anticipatedIndirectAmount attribute.
|
String |
getComments()
Gets the comments attribute.
|
String |
getDestinationAwardNumber()
Gets the destinationAwardNumber attribute.
|
String |
getDocumentNumber()
Gets the documentNumber attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getObligatedAmount()
Gets the obligatedAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getObligatedDirectAmount()
Gets the obligatedDirectAmount attribute.
|
org.kuali.rice.core.api.util.type.KualiDecimal |
getObligatedIndirectAmount()
Gets the obligatedIndirectAmount attribute.
|
Boolean |
getProcessedFlag()
Gets the processedFlag attribute.
|
String |
getSourceAwardNumber()
Gets the sourceAwardNumber attribute.
|
Long |
getTransactionId()
Gets the transactionId attribute.
|
boolean |
isSingleNodeTransaction() |
void |
setAnticipatedAmount(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedAmount)
Sets the anticipatedAmount attribute value.
|
void |
setAnticipatedDirectAmount(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedDirectAmount)
Sets the anticipatedDirectAmount attribute value.
|
void |
setAnticipatedIndirectAmount(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedIndirectAmount)
Sets the anticipatedIndirectAmount attribute value.
|
void |
setComments(String comments)
Sets the comments attribute value.
|
void |
setDestinationAwardNumber(String destinationAwardNumber)
Sets the destinationAwardNumber attribute value.
|
void |
setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.
|
void |
setObligatedAmount(org.kuali.rice.core.api.util.type.KualiDecimal obligatedAmount)
Sets the obligatedAmount attribute value.
|
void |
setObligatedDirectAmount(org.kuali.rice.core.api.util.type.KualiDecimal obligatedDirectAmount)
Sets the obligatedDirectAmount attribute value.
|
void |
setObligatedIndirectAmount(org.kuali.rice.core.api.util.type.KualiDecimal obligatedIndirectAmount)
Sets the obligatedIndirectAmount attribute value.
|
void |
setProcessedFlag(Boolean processedFlag)
Sets the processedFlag attribute value.
|
void |
setSingleNodeTransaction(boolean singleNodeTransaction) |
void |
setSourceAwardNumber(String sourceAwardNumber)
Sets the sourceAwardNumber attribute value.
|
void |
setTransactionId(Long transactionId)
Sets the transactionId attribute value.
|
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic PendingTransaction()
public Long getTransactionId()
public void setTransactionId(Long transactionId)
transactionId - The transactionId to set.public String getSourceAwardNumber()
public void setSourceAwardNumber(String sourceAwardNumber)
sourceAwardNumber - The sourceAwardNumber to set.public String getDestinationAwardNumber()
public void setDestinationAwardNumber(String destinationAwardNumber)
destinationAwardNumber - The destinationAwardNumber to set.public org.kuali.rice.core.api.util.type.KualiDecimal getObligatedAmount()
public void setObligatedAmount(org.kuali.rice.core.api.util.type.KualiDecimal obligatedAmount)
obligatedAmount - The obligatedAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAnticipatedAmount()
public void setAnticipatedAmount(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedAmount)
anticipatedAmount - The anticipatedAmount to set.public String getComments()
public void setComments(String comments)
comments - The comments to set.public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber - The documentNumber to set.public org.kuali.rice.core.api.util.type.KualiDecimal getObligatedDirectAmount()
public void setObligatedDirectAmount(org.kuali.rice.core.api.util.type.KualiDecimal obligatedDirectAmount)
obligatedDirectAmount - The obligatedDirectAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getObligatedIndirectAmount()
public void setObligatedIndirectAmount(org.kuali.rice.core.api.util.type.KualiDecimal obligatedIndirectAmount)
obligatedIndirectAmount - The obligatedIndirectAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAnticipatedDirectAmount()
public void setAnticipatedDirectAmount(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedDirectAmount)
anticipatedDirectAmount - The anticipatedDirectAmount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getAnticipatedIndirectAmount()
public void setAnticipatedIndirectAmount(org.kuali.rice.core.api.util.type.KualiDecimal anticipatedIndirectAmount)
anticipatedIndirectAmount - The anticipatedIndirectAmount to set.public Boolean getProcessedFlag()
public void setProcessedFlag(Boolean processedFlag)
processedFlag - The processedFlag to set.protected org.kuali.rice.core.api.util.type.KualiDecimal cleanKualiDecimal(org.kuali.rice.core.api.util.type.KualiDecimal kd)
public boolean isSingleNodeTransaction()
public void setSingleNodeTransaction(boolean singleNodeTransaction)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.