public class OlePaymentMethod extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements org.kuali.rice.core.api.mo.common.active.MutableInactivatable
| Constructor and Description | 
|---|
| OlePaymentMethod() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getPaymentMethod()Gets payment method. | 
| String | getPaymentMethodDescription()Gets payment Method Description. | 
| Integer | getPaymentMethodId()Gets payment method id. | 
| boolean | isActive()Gets active indicator. | 
| void | setActive(boolean active)Sets active indicator. | 
| void | setPaymentMethod(String paymentMethod)Sets payment method. | 
| void | setPaymentMethodDescription(String paymentMethodDescription)Sets payment method description. | 
| void | setPaymentMethodId(Integer paymentMethodId)Sets payment method id. | 
| protected LinkedHashMap | toStringMapper_RICE20_REFACTORME() | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic OlePaymentMethod()
public Integer getPaymentMethodId()
public void setPaymentMethodId(Integer paymentMethodId)
paymentMethodId - to set.public String getPaymentMethod()
public void setPaymentMethod(String paymentMethod)
payment - method to set.public String getPaymentMethodDescription()
public void setPaymentMethodDescription(String paymentMethodDescription)
paymentMethodDescription - to set.public boolean isActive()
isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatablepublic void setActive(boolean active)
setActive in interface org.kuali.rice.core.api.mo.common.active.MutableInactivatableactive. - protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2015 The Kuali Foundation. All rights reserved.