|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.sys.businessobject.TimestampedBusinessObjectBase
org.kuali.kfs.pdp.businessobject.PaymentProcess
public class PaymentProcess
This class represents a Payment Process.
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 |
---|
public PaymentProcess()
Method Detail |
---|
public void updateUser(org.kuali.rice.kim.service.PersonService userService)
userService
- public String getCampusCode()
public void setCampusCode(String campusCode)
campusCode
- public org.kuali.rice.kns.util.KualiInteger getId()
public void setId(org.kuali.rice.kns.util.KualiInteger id)
id
- public Timestamp getProcessTimestamp()
public void setProcessTimestamp(Timestamp processTimestamp)
processTimestamp
- public org.kuali.rice.kim.bo.Person getProcessUser()
public void setProcessUser(org.kuali.rice.kim.bo.Person processUser)
processUser
- public String getProcessUserId()
public void setProcessUserId(String processUserId)
processUserId
- public boolean isExtractedInd()
public void setExtractedInd(boolean extractedInd)
extractedInd
- public boolean isFormattedIndicator()
public void setFormattedIndicator(boolean formattedIndicator)
formattedIndicator
- protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
public org.kuali.rice.kns.bo.Campus getCampus()
public void setCampus(org.kuali.rice.kns.bo.Campus campus)
campus
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |