public class AwardBasisOfPayment extends KraPersistableBusinessObjectBase
UPDATE_USER_LENGTH| Constructor and Description |
|---|
AwardBasisOfPayment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBasisOfPaymentCode() |
String |
getDescription() |
List<ValidBasisMethodPayment> |
getValidBasisMethodPayments()
Gets the validBasisMethodPayments attribute.
|
int |
hashCode() |
void |
setBasisOfPaymentCode(String basisOfPaymentCode) |
void |
setDescription(String description) |
void |
setValidBasisMethodPayments(List<ValidBasisMethodPayment> validBasisMethodPayments)
Sets the validBasisMethodPayments attribute value.
|
getAuthorPersonName, getKcPersonService, getUpdateTimestamp, getUpdateUser, isUpdateUserSet, postPersist, prePersist, preUpdate, setUpdateTimestamp, setUpdateUser, setUpdateUserSetafterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postRemove, postUpdate, preRemove, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic String getBasisOfPaymentCode()
public void setBasisOfPaymentCode(String basisOfPaymentCode)
public String getDescription()
public void setDescription(String description)
public List<ValidBasisMethodPayment> getValidBasisMethodPayments()
public void setValidBasisMethodPayments(List<ValidBasisMethodPayment> validBasisMethodPayments)
validBasisMethodPayments - The validBasisMethodPayments to set.public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2013 The Kuali Foundation. All Rights Reserved.