org.kuali.kfs.pdp.businessobject
Class PaymentProcess

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.sys.businessobject.TimestampedBusinessObjectBase
              extended by org.kuali.kfs.pdp.businessobject.PaymentProcess
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, TimestampedBusinessObject, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class PaymentProcess
extends TimestampedBusinessObjectBase

This class represents a Payment Process.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
PaymentProcess()
          Constructs a PaymentProcess.
 
Method Summary
 org.kuali.rice.kns.bo.Campus getCampus()
          This method gets the campus.
 String getCampusCode()
          This method gets the campusCode.
 org.kuali.rice.kns.util.KualiInteger getId()
          This method gets the Id.
 Timestamp getProcessTimestamp()
          This method gets the processTimestamp
 org.kuali.rice.kim.bo.Person getProcessUser()
          This method gets the processUser.
 String getProcessUserId()
          This method gets the processUserId.
 boolean isExtractedInd()
          This method gets the extractedInd.
 boolean isFormattedIndicator()
          This method gets the formattedIndicator.
 void setCampus(org.kuali.rice.kns.bo.Campus campus)
          This method sets the campus.
 void setCampusCode(String campusCode)
          This method sets the campusCode.
 void setExtractedInd(boolean extractedInd)
          This method sets the extractedInd.
 void setFormattedIndicator(boolean formattedIndicator)
          This method sets the formattedIndicator.
 void setId(org.kuali.rice.kns.util.KualiInteger id)
          This method sets the id.
 void setProcessTimestamp(Timestamp processTimestamp)
          This method sets the processTimestamp.
 void setProcessUser(org.kuali.rice.kim.bo.Person processUser)
          This method sets the processUser.
 void setProcessUserId(String processUserId)
          This method sets the processUserId.
protected  LinkedHashMap toStringMapper()
           
 void updateUser(org.kuali.rice.kim.service.PersonService userService)
          This method updates the user based on processUserId.
 
Methods inherited from class org.kuali.kfs.sys.businessobject.TimestampedBusinessObjectBase
beforeInsert, beforeUpdate, getLastUpdate, getLastUpdateUser, getLastUpdateUserId, setLastUpdate, setLastUpdateUserId
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, 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

PaymentProcess

public PaymentProcess()
Constructs a PaymentProcess.

Method Detail

updateUser

public void updateUser(org.kuali.rice.kim.service.PersonService userService)
This method updates the user based on processUserId.

Parameters:
userService -

getCampusCode

public String getCampusCode()
This method gets the campusCode.

Returns:
campusCode

setCampusCode

public void setCampusCode(String campusCode)
This method sets the campusCode.

Parameters:
campusCode -

getId

public org.kuali.rice.kns.util.KualiInteger getId()
This method gets the Id.

Returns:
id

setId

public void setId(org.kuali.rice.kns.util.KualiInteger id)
This method sets the id.

Parameters:
id -

getProcessTimestamp

public Timestamp getProcessTimestamp()
This method gets the processTimestamp

Returns:
processTimestamp

setProcessTimestamp

public void setProcessTimestamp(Timestamp processTimestamp)
This method sets the processTimestamp.

Parameters:
processTimestamp -

getProcessUser

public org.kuali.rice.kim.bo.Person getProcessUser()
This method gets the processUser.

Returns:
processUser

setProcessUser

public void setProcessUser(org.kuali.rice.kim.bo.Person processUser)
This method sets the processUser.

Parameters:
processUser -

getProcessUserId

public String getProcessUserId()
This method gets the processUserId.

Returns:
processUserId

setProcessUserId

public void setProcessUserId(String processUserId)
This method sets the processUserId.

Parameters:
processUserId -

isExtractedInd

public boolean isExtractedInd()
This method gets the extractedInd.

Returns:
extractedInd

setExtractedInd

public void setExtractedInd(boolean extractedInd)
This method sets the extractedInd.

Parameters:
extractedInd -

isFormattedIndicator

public boolean isFormattedIndicator()
This method gets the formattedIndicator.

Returns:
formattedIndicator

setFormattedIndicator

public void setFormattedIndicator(boolean formattedIndicator)
This method sets the formattedIndicator.

Parameters:
formattedIndicator -

toStringMapper

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

getCampus

public org.kuali.rice.kns.bo.Campus getCampus()
This method gets the campus.

Returns:
campus

setCampus

public void setCampus(org.kuali.rice.kns.bo.Campus campus)
This method sets the campus.

Parameters:
campus -


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