public class ProcessSummary extends TimestampedBusinessObjectBase
Constructor and Description |
---|
ProcessSummary() |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.core.api.util.type.KualiInteger |
getBeginDisbursementNbr() |
CustomerProfile |
getCustomer() |
org.kuali.rice.core.api.util.type.KualiInteger |
getCustomerId() |
DisbursementType |
getDisbursementType() |
String |
getDisbursementTypeCode() |
org.kuali.rice.core.api.util.type.KualiInteger |
getEndDisbursementNbr() |
org.kuali.rice.core.api.util.type.KualiInteger |
getId() |
PaymentProcess |
getProcess() |
org.kuali.rice.core.api.util.type.KualiInteger |
getProcessId() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getProcessTotalAmount() |
org.kuali.rice.core.api.util.type.KualiInteger |
getProcessTotalCount() |
org.kuali.rice.core.api.util.type.KualiInteger |
getSortGroupId() |
String |
getSortGroupName() |
void |
setBeginDisbursementNbr(org.kuali.rice.core.api.util.type.KualiInteger beginDisbursementNbr) |
void |
setCustomer(CustomerProfile customer) |
void |
setCustomerId(org.kuali.rice.core.api.util.type.KualiInteger customerId) |
void |
setDisbursementType(DisbursementType disbursementType) |
void |
setDisbursementTypeCode(String disbursementTypeCode) |
void |
setEndDisbursementNbr(org.kuali.rice.core.api.util.type.KualiInteger endDisbursementNbr) |
void |
setId(org.kuali.rice.core.api.util.type.KualiInteger id) |
void |
setProcess(PaymentProcess process) |
void |
setProcessId(org.kuali.rice.core.api.util.type.KualiInteger processId) |
void |
setProcessTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal processTotalAmount) |
void |
setProcessTotalCount(org.kuali.rice.core.api.util.type.KualiInteger processTotalCount) |
void |
setSortGroupId(org.kuali.rice.core.api.util.type.KualiInteger sortGroupId) |
void |
setSortGroupName() |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
getLastUpdate, getLastUpdateUser, getLastUpdateUserId, prePersist, preUpdate, setLastUpdate, setLastUpdateUserId
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public ProcessSummary()
public org.kuali.rice.core.api.util.type.KualiInteger getBeginDisbursementNbr()
public void setBeginDisbursementNbr(org.kuali.rice.core.api.util.type.KualiInteger beginDisbursementNbr)
public CustomerProfile getCustomer()
public void setCustomer(CustomerProfile customer)
public DisbursementType getDisbursementType()
public void setDisbursementType(DisbursementType disbursementType)
public org.kuali.rice.core.api.util.type.KualiInteger getEndDisbursementNbr()
public void setEndDisbursementNbr(org.kuali.rice.core.api.util.type.KualiInteger endDisbursementNbr)
public org.kuali.rice.core.api.util.type.KualiInteger getId()
public void setId(org.kuali.rice.core.api.util.type.KualiInteger id)
public PaymentProcess getProcess()
public void setProcess(PaymentProcess process)
public org.kuali.rice.core.api.util.type.KualiDecimal getProcessTotalAmount()
public void setProcessTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal processTotalAmount)
public org.kuali.rice.core.api.util.type.KualiInteger getProcessTotalCount()
public void setProcessTotalCount(org.kuali.rice.core.api.util.type.KualiInteger processTotalCount)
public org.kuali.rice.core.api.util.type.KualiInteger getCustomerId()
public void setCustomerId(org.kuali.rice.core.api.util.type.KualiInteger customerId)
public String getDisbursementTypeCode()
public void setDisbursementTypeCode(String disbursementTypeCode)
public org.kuali.rice.core.api.util.type.KualiInteger getProcessId()
public void setProcessId(org.kuali.rice.core.api.util.type.KualiInteger processId)
public String getSortGroupName()
public void setSortGroupName()
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
public org.kuali.rice.core.api.util.type.KualiInteger getSortGroupId()
public void setSortGroupId(org.kuali.rice.core.api.util.type.KualiInteger sortGroupId)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.