public class Batch extends TimestampedBusinessObjectBase
| Constructor and Description |
|---|
Batch() |
| Modifier and Type | Method and Description |
|---|---|
Timestamp |
getCustomerFileCreateTimestamp() |
CustomerProfile |
getCustomerProfile() |
Timestamp |
getFileProcessTimestamp() |
org.kuali.rice.core.api.util.type.KualiInteger |
getId() |
org.kuali.rice.core.api.util.type.KualiInteger |
getPaymentCount() |
String |
getPaymentFileName() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getPaymentTotalAmount() |
org.kuali.rice.kim.api.identity.Person |
getSubmiterUser() |
String |
getSubmiterUserId() |
void |
setCustomerFileCreateTimestamp(Timestamp t) |
void |
setCustomerProfile(CustomerProfile cp) |
void |
setFileProcessTimestamp(Timestamp timestamp) |
void |
setId(org.kuali.rice.core.api.util.type.KualiInteger integer) |
void |
setPaymentCount(org.kuali.rice.core.api.util.type.KualiInteger integer) |
void |
setPaymentFileName(String string) |
void |
setPaymentTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal decimal) |
void |
setSubmiterUser(org.kuali.rice.kim.api.identity.Person s) |
void |
setSubmiterUserId(String submiterUserId) |
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
getLastUpdate, getLastUpdateUser, getLastUpdateUserId, prePersist, preUpdate, setLastUpdate, setLastUpdateUserIdafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic Batch()
public Timestamp getFileProcessTimestamp()
public org.kuali.rice.core.api.util.type.KualiInteger getId()
public Timestamp getCustomerFileCreateTimestamp()
public org.kuali.rice.core.api.util.type.KualiInteger getPaymentCount()
public String getPaymentFileName()
public org.kuali.rice.core.api.util.type.KualiDecimal getPaymentTotalAmount()
public CustomerProfile getCustomerProfile()
public void setCustomerFileCreateTimestamp(Timestamp t)
string - public void setFileProcessTimestamp(Timestamp timestamp)
timestamp - public void setId(org.kuali.rice.core.api.util.type.KualiInteger integer)
integer - public void setPaymentCount(org.kuali.rice.core.api.util.type.KualiInteger integer)
integer - public void setPaymentFileName(String string)
string - public void setPaymentTotalAmount(org.kuali.rice.core.api.util.type.KualiDecimal decimal)
decimal - public void setCustomerProfile(CustomerProfile cp)
integer - public org.kuali.rice.kim.api.identity.Person getSubmiterUser()
public void setSubmiterUser(org.kuali.rice.kim.api.identity.Person s)
public String getSubmiterUserId()
public void setSubmiterUserId(String submiterUserId)
submiterUserId - The submiterUserId to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.