org.kuali.kfs.gl.businessobject
Class CollectorHeader

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.gl.businessobject.CollectorHeader
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class CollectorHeader
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This class represents a unique header for use with a CollectorBatch class

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
CollectorHeader()
          Default constructor.
 
Method Summary
 org.kuali.rice.kns.bo.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.kns.util.KualiDecimal getProcessTotalAmount()
          Gets the processTotalAmount attribute.
 Integer getProcessTotalRecordCount()
          Gets the processTotalRecordCount attribute.
 Date getProcessTransmissionDate()
          Gets the processTransmissionDate attribute.
 void setCampus(org.kuali.rice.kns.bo.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.kns.util.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()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

CollectorHeader

public CollectorHeader()
Default constructor.

Method Detail

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getOrganizationCode

public String getOrganizationCode()
Gets the organizationCode attribute.

Returns:
Returns the organizationCode

setOrganizationCode

public void setOrganizationCode(String organizationCode)
Sets the organizationCode attribute.

Parameters:
organizationCode - The organizationCode to set.

getProcessTransmissionDate

public Date getProcessTransmissionDate()
Gets the processTransmissionDate attribute.

Returns:
Returns the processTransmissionDate

setProcessTransmissionDate

public void setProcessTransmissionDate(Date processTransmissionDate)
Sets the processTransmissionDate attribute.

Parameters:
processTransmissionDate - The processTransmissionDate to set.

getProcessBatchSequenceNumber

public Integer getProcessBatchSequenceNumber()
Gets the processBatchSequenceNumber attribute.

Returns:
Returns the processBatchSequenceNumber

setProcessBatchSequenceNumber

public void setProcessBatchSequenceNumber(Integer processBatchSequenceNumber)
Sets the processBatchSequenceNumber attribute.

Parameters:
processBatchSequenceNumber - The processBatchSequenceNumber to set.

getProcessTotalRecordCount

public Integer getProcessTotalRecordCount()
Gets the processTotalRecordCount attribute.

Returns:
Returns the processTotalRecordCount

setProcessTotalRecordCount

public void setProcessTotalRecordCount(Integer processTotalRecordCount)
Sets the processTotalRecordCount attribute.

Parameters:
processTotalRecordCount - The processTotalRecordCount to set.

getProcessTotalAmount

public org.kuali.rice.kns.util.KualiDecimal getProcessTotalAmount()
Gets the processTotalAmount attribute.

Returns:
Returns the processTotalAmount

setProcessTotalAmount

public void setProcessTotalAmount(org.kuali.rice.kns.util.KualiDecimal processTotalAmount)
Sets the processTotalAmount attribute.

Parameters:
processTotalAmount - The processTotalAmount to set.

getOrganization

public Organization getOrganization()
Gets the organization attribute.

Returns:
Returns the organization

setOrganization

public void setOrganization(Organization organization)
Deprecated. 

Sets the organization attribute.

Parameters:
organization - The organization to set.

getChartOfAccounts

public Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Deprecated. 

Sets the chartOfAccounts attribute.

Parameters:
chartOfAccounts - The chartOfAccounts to set.

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getCampusCode

public String getCampusCode()
Gets the campusCode attribute.

Returns:
Returns the campusCode.

setContactCampusCode

public void setContactCampusCode(String campusCode)
Sets the campusCode attribute value.

Parameters:
campusCode - The campusCode to set.

getContactDepartmentName

public String getContactDepartmentName()
Gets the departmentName attribute.

Returns:
Returns the departmentName.

setContactDepartmentName

public void setContactDepartmentName(String contactDepartmentName)
Sets the departmentName attribute value.

Parameters:
departmentName - The departmentName to set.

getContactMailingAddress

public String getContactMailingAddress()
Gets the mailingAddress attribute.

Returns:
Returns the mailingAddress.

setContactMailingAddress

public void setContactMailingAddress(String contactMailingAddress)
Sets the mailingAddress attribute value.

Parameters:
mailingAddress - The mailingAddress to set.

getContactPersonPhoneNumber

public String getContactPersonPhoneNumber()
Gets the phoneNumber attribute.

Returns:
Returns the phoneNumber.

setContactPersonPhoneNumber

public void setContactPersonPhoneNumber(String contactPersonPhoneNumber)
Sets the phoneNumber attribute value.

Parameters:
phoneNumber - The phoneNumber to set.

getCampus

public org.kuali.rice.kns.bo.Campus getCampus()
Gets the campus attribute.

Returns:
Returns the campus.

setCampus

public void setCampus(org.kuali.rice.kns.bo.Campus campus)
Sets the campus attribute value.

Parameters:
campus - The campus to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.