org.kuali.rice.krad.datadictionary.bos
Class PaymentReasonCode

java.lang.Object
  extended by org.kuali.rice.krad.bo.BusinessObjectBase
      extended by org.kuali.rice.krad.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.krad.bo.KualiCodeBase
              extended by org.kuali.rice.krad.datadictionary.bos.PaymentReasonCode
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, Inactivatable, MutableInactivatable, Coded, GloballyUnique, Versioned, ModelObjectBasic, BusinessObject, KualiCode, PersistableBusinessObject

public class PaymentReasonCode
extends KualiCodeBase

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.krad.bo.KualiCodeBase
active, code, name
 
Fields inherited from class org.kuali.rice.krad.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
PaymentReasonCode()
          Default no-arg constructor.
 
Method Summary
 String getDescription()
           
 String getSection2Field1()
           
 String getSection2Field2()
           
 void setDescription(String description)
           
 void setSection2Field1(String section2Field1)
           
 void setSection2Field2(String section2Field2)
           
 
Methods inherited from class org.kuali.rice.krad.bo.KualiCodeBase
equals, getCode, getCodeAndDescription, getCodeAndDescription, getName, hashCode, isActive, setActive, setCode, setName
 
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
 
Methods inherited from class org.kuali.rice.krad.bo.BusinessObjectBase
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.core.api.mo.ModelObjectBasic
toString
 

Constructor Detail

PaymentReasonCode

public PaymentReasonCode()
Default no-arg constructor.

Method Detail

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 © 2005-2012 The Kuali Foundation. All Rights Reserved.