public class CollectorHeader extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description | 
|---|
CollectorHeader()
Default constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.kuali.rice.location.api.campus.Campus | 
getCampus()
Gets the campus attribute. 
 | 
String | 
getCampusCode()
Gets the campusCode attribute. 
 | 
Chart | 
getChartOfAccounts()
Gets the chartOfAccounts attribute. 
 | 
String | 
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute. 
 | 
String | 
getContactDepartmentName()
Gets the departmentName attribute. 
 | 
String | 
getContactMailingAddress()
Gets the mailingAddress attribute. 
 | 
String | 
getContactPersonPhoneNumber()
Gets the phoneNumber attribute. 
 | 
Organization | 
getOrganization()
Gets the organization attribute. 
 | 
String | 
getOrganizationCode()
Gets the organizationCode attribute. 
 | 
Integer | 
getProcessBatchSequenceNumber()
Gets the processBatchSequenceNumber attribute. 
 | 
org.kuali.rice.core.api.util.type.KualiDecimal | 
getProcessTotalAmount()
Gets the processTotalAmount attribute. 
 | 
Integer | 
getProcessTotalRecordCount()
Gets the processTotalRecordCount attribute. 
 | 
Date | 
getProcessTransmissionDate()
Gets the processTransmissionDate attribute. 
 | 
void | 
setCampus(org.kuali.rice.location.api.campus.Campus campus)
Sets the campus attribute value. 
 | 
void | 
setChartOfAccounts(Chart chartOfAccounts)
Deprecated.   
 | 
void | 
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute. 
 | 
void | 
setContactCampusCode(String campusCode)
Sets the campusCode attribute value. 
 | 
void | 
setContactDepartmentName(String contactDepartmentName)
Sets the departmentName attribute value. 
 | 
void | 
setContactMailingAddress(String contactMailingAddress)
Sets the mailingAddress attribute value. 
 | 
void | 
setContactPersonPhoneNumber(String contactPersonPhoneNumber)
Sets the phoneNumber attribute value. 
 | 
void | 
setOrganization(Organization organization)
Deprecated.   
 | 
void | 
setOrganizationCode(String organizationCode)
Sets the organizationCode attribute. 
 | 
void | 
setProcessBatchSequenceNumber(Integer processBatchSequenceNumber)
Sets the processBatchSequenceNumber attribute. 
 | 
void | 
setProcessTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal processTotalAmount)
Sets the processTotalAmount attribute. 
 | 
void | 
setProcessTotalRecordCount(Integer processTotalRecordCount)
Sets the processTotalRecordCount attribute. 
 | 
void | 
setProcessTransmissionDate(Date processTransmissionDate)
Sets the processTransmissionDate attribute. 
 | 
protected LinkedHashMap | 
toStringMapper_RICE20_REFACTORME()  | 
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, setVersionNumberpublic CollectorHeader()
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode - The chartOfAccountsCode to set.public String getOrganizationCode()
public void setOrganizationCode(String organizationCode)
organizationCode - The organizationCode to set.public Date getProcessTransmissionDate()
public void setProcessTransmissionDate(Date processTransmissionDate)
processTransmissionDate - The processTransmissionDate to set.public Integer getProcessBatchSequenceNumber()
public void setProcessBatchSequenceNumber(Integer processBatchSequenceNumber)
processBatchSequenceNumber - The processBatchSequenceNumber to set.public Integer getProcessTotalRecordCount()
public void setProcessTotalRecordCount(Integer processTotalRecordCount)
processTotalRecordCount - The processTotalRecordCount to set.public org.kuali.rice.core.api.util.type.KualiDecimal getProcessTotalAmount()
public void setProcessTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal processTotalAmount)
processTotalAmount - The processTotalAmount to set.public Organization getOrganization()
public void setOrganization(Organization organization)
organization - The organization to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts - The chartOfAccounts to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()public String getCampusCode()
public void setContactCampusCode(String campusCode)
campusCode - The campusCode to set.public String getContactDepartmentName()
public void setContactDepartmentName(String contactDepartmentName)
departmentName - The departmentName to set.public String getContactMailingAddress()
public void setContactMailingAddress(String contactMailingAddress)
mailingAddress - The mailingAddress to set.public String getContactPersonPhoneNumber()
public void setContactPersonPhoneNumber(String contactPersonPhoneNumber)
phoneNumber - The phoneNumber to set.public org.kuali.rice.location.api.campus.Campus getCampus()
public void setCampus(org.kuali.rice.location.api.campus.Campus campus)
campus - The campus to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.