public class FormatResult extends org.kuali.rice.krad.bo.TransientBusinessObjectBase implements Comparable
Constructor and Description |
---|
FormatResult() |
FormatResult(Integer p,
CustomerProfile c) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object a) |
boolean |
equals(Object obj) |
org.kuali.rice.core.api.util.type.KualiDecimal |
getAmount() |
int |
getBeginDisbursementNbr() |
CustomerProfile |
getCust() |
DisbursementType |
getDisbursementType() |
int |
getEndDisbursementNbr() |
int |
getPayments() |
Integer |
getProcId() |
org.kuali.rice.core.api.util.type.KualiInteger |
getSortGroupId() |
String |
getSortGroupName() |
org.kuali.rice.core.api.util.type.KualiInteger |
getSortGroupOverride() |
String |
getSortString() |
int |
hashCode() |
boolean |
isProcessImmediate() |
boolean |
isPymtAttachment() |
boolean |
isPymtSpecialHandling() |
void |
setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount) |
void |
setBeginDisbursementNbr(int beginDisbursementNbr) |
void |
setCust(CustomerProfile cust) |
void |
setDisbursementType(DisbursementType disbursementType) |
void |
setEndDisbursementNbr(int endDisbursementNbr) |
void |
setPayments(int payments) |
void |
setProcessImmediate(boolean processImmediate) |
void |
setProcId(Integer procId) |
void |
setPymtAttachment(boolean pymtAttachment) |
void |
setPymtSpecialHandling(boolean pymtSpecialHandling) |
void |
setSortGroupName() |
void |
setSortGroupOverride(org.kuali.rice.core.api.util.type.KualiInteger sortGroup) |
String |
toString() |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
public FormatResult()
public FormatResult(Integer p, CustomerProfile c)
public org.kuali.rice.core.api.util.type.KualiInteger getSortGroupId()
public org.kuali.rice.core.api.util.type.KualiInteger getSortGroupOverride()
public void setSortGroupOverride(org.kuali.rice.core.api.util.type.KualiInteger sortGroup)
public boolean isProcessImmediate()
public void setProcessImmediate(boolean processImmediate)
public boolean isPymtAttachment()
public void setPymtAttachment(boolean pymtAttachment)
public boolean isPymtSpecialHandling()
public void setPymtSpecialHandling(boolean pymtSpecialHandling)
public int getBeginDisbursementNbr()
public void setBeginDisbursementNbr(int beginDisbursementNbr)
public DisbursementType getDisbursementType()
public void setDisbursementType(DisbursementType disbursementType)
public int getEndDisbursementNbr()
public void setEndDisbursementNbr(int endDisbursementNbr)
public org.kuali.rice.core.api.util.type.KualiDecimal getAmount()
public void setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount)
public CustomerProfile getCust()
public void setCust(CustomerProfile cust)
public int getPayments()
public void setPayments(int payments)
public String getSortString()
public int compareTo(Object a)
compareTo
in interface Comparable
public String toString()
toString
in interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
in class org.kuali.rice.krad.bo.BusinessObjectBase
protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
public String getSortGroupName()
public void setSortGroupName()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.