org.kuali.rice.krad.datadictionary.bos
Class PaymentReasonCode
java.lang.Object
   org.kuali.rice.krad.bo.BusinessObjectBase
org.kuali.rice.krad.bo.BusinessObjectBase
       org.kuali.rice.krad.bo.PersistableBusinessObjectBase
org.kuali.rice.krad.bo.PersistableBusinessObjectBase
           org.kuali.rice.krad.bo.KualiCodeBase
org.kuali.rice.krad.bo.KualiCodeBase
               org.kuali.rice.krad.datadictionary.bos.PaymentReasonCode
org.kuali.rice.krad.datadictionary.bos.PaymentReasonCode
- All Implemented Interfaces: 
- Serializable, org.apache.ojb.broker.PersistenceBrokerAware, ImmutableInactivatable, Coded, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, Inactivatable, KualiCode, PersistableBusinessObject
- public class PaymentReasonCode 
- extends KualiCodeBase
- See Also:
- Serialized Form
 
 
 
 
 
 
| Methods inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase | 
| 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, setVersionNumber | 
 
 
 
 
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
description
private String description
section2Field1
private String section2Field1
section2Field2
private String section2Field2
PaymentReasonCode
public PaymentReasonCode()
- Default no-arg constructor.
 
getSection2Field1
public String getSection2Field1()
- 
 
setSection2Field1
public void setSection2Field1(String section2Field1)
- 
 
getSection2Field2
public String getSection2Field2()
- 
 
setSection2Field2
public void setSection2Field2(String section2Field2)
- 
 
getDescription
public String getDescription()
- 
- Returns:
- Returns the description.
 
setDescription
public void setDescription(String description)
- 
- Parameters:
- description- The description to set.
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.