public class DisbursementNumberRange extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active |
protected Bank |
bank |
protected String |
bankCode |
protected org.kuali.rice.core.api.util.type.KualiInteger |
beginDisbursementNbr |
protected org.kuali.rice.location.framework.campus.CampusEbo |
campus |
protected Date |
disbNbrRangeStartDt |
protected DisbursementType |
disbursementType |
protected String |
disbursementTypeCode |
protected org.kuali.rice.core.api.util.type.KualiInteger |
endDisbursementNbr |
protected org.kuali.rice.core.api.util.type.KualiInteger |
lastAssignedDisbNbr |
protected String |
physCampusProcCode |
| Constructor and Description |
|---|
DisbursementNumberRange() |
| Modifier and Type | Method and Description |
|---|---|
Bank |
getBank() |
String |
getBankCode()
Gets the bankCode attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getBeginDisbursementNbr() |
org.kuali.rice.location.framework.campus.CampusEbo |
getCampus()
Gets the campus attribute.
|
Date |
getDisbNbrRangeStartDt()
Gets the disbNbrRangeStartDt attribute.
|
DisbursementType |
getDisbursementType()
Gets the disbursementType attribute.
|
String |
getDisbursementTypeCode()
Gets the disbursementTypeCode attribute.
|
org.kuali.rice.core.api.util.type.KualiInteger |
getEndDisbursementNbr() |
org.kuali.rice.core.api.util.type.KualiInteger |
getLastAssignedDisbNbr() |
String |
getPhysCampusProcCode() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setBank(Bank bank)
Deprecated.
|
void |
setBankCode(String bankCode)
Sets the bankCode attribute value.
|
void |
setBeginDisbursementNbr(org.kuali.rice.core.api.util.type.KualiInteger integer) |
void |
setCampus(org.kuali.rice.location.framework.campus.CampusEbo campus)
Sets the campus attribute value.
|
void |
setDisbNbrRangeStartDt(Date disbNbrRangeStartDt)
Sets the disbNbrRangeStartDt attribute value.
|
void |
setDisbursementType(DisbursementType disbursementType)
Sets the disbursementType attribute value.
|
void |
setDisbursementTypeCode(String disbursementTypeCode)
Sets the disbursementTypeCode attribute value.
|
void |
setEndDisbursementNbr(org.kuali.rice.core.api.util.type.KualiInteger integer) |
void |
setLastAssignedDisbNbr(org.kuali.rice.core.api.util.type.KualiInteger integer) |
void |
setPhysCampusProcCode(String string) |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberprotected String physCampusProcCode
protected org.kuali.rice.core.api.util.type.KualiInteger beginDisbursementNbr
protected org.kuali.rice.core.api.util.type.KualiInteger lastAssignedDisbNbr
protected org.kuali.rice.core.api.util.type.KualiInteger endDisbursementNbr
protected Date disbNbrRangeStartDt
protected String disbursementTypeCode
protected boolean active
protected org.kuali.rice.location.framework.campus.CampusEbo campus
protected DisbursementType disbursementType
public DisbursementNumberRange()
public String getBankCode()
public void setBankCode(String bankCode)
bankCode - The bankCode to set.public org.kuali.rice.core.api.util.type.KualiInteger getBeginDisbursementNbr()
public org.kuali.rice.core.api.util.type.KualiInteger getEndDisbursementNbr()
public org.kuali.rice.core.api.util.type.KualiInteger getLastAssignedDisbNbr()
public String getPhysCampusProcCode()
@Deprecated public void setBank(Bank bank)
Bank - public void setBeginDisbursementNbr(org.kuali.rice.core.api.util.type.KualiInteger integer)
integer - public void setEndDisbursementNbr(org.kuali.rice.core.api.util.type.KualiInteger integer)
integer - public void setLastAssignedDisbNbr(org.kuali.rice.core.api.util.type.KualiInteger integer)
integer - public void setPhysCampusProcCode(String string)
string - public String getDisbursementTypeCode()
public void setDisbursementTypeCode(String disbursementTypeCode)
disbursementTypeCode - The disbursementTypeCode to set.public DisbursementType getDisbursementType()
public void setDisbursementType(DisbursementType disbursementType)
disbursementType - The disbursementType to set.public org.kuali.rice.location.framework.campus.CampusEbo getCampus()
public void setCampus(org.kuali.rice.location.framework.campus.CampusEbo campus)
campus - The campus to set.public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.InactivatableInactivatable.isActive()public void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableMutableInactivatable.setActive(boolean)public Date getDisbNbrRangeStartDt()
public void setDisbNbrRangeStartDt(Date disbNbrRangeStartDt)
disbNbrRangeStartDt - The disbNbrRangeStartDt to set.Copyright © 2004–2014 The Kuali Foundation. All rights reserved.