org.kuali.kfs.module.endow.businessobject
Class FeeMethodCodeBase

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.module.endow.businessobject.FeeMethodCodeBase
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject
Direct Known Subclasses:
FeeClassCode, FeeEndowmentTransactionCode, FeePaymentType, FeeSecurity, FeeTransaction

public class FeeMethodCodeBase
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

Base class that is used by Fee Method related objects

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
FeeMethodCodeBase()
          Default constructor.
 
Method Summary
 FeeMethod getFeeMethod()
          Gets the feeMethod.
 String getFeeMethodCode()
          This method gets feeMethodCode
 boolean getInclude()
          Gets the include attribute.
 void setFeeMethod(FeeMethod feeMethod)
          Sets the FeeMethod.
 void setFeeMethodCode(String feeMethodCode)
          This method sets feeMethodCode.
 void setInclude(boolean include)
          Sets the include attribute value.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

FeeMethodCodeBase

public FeeMethodCodeBase()
Default constructor.

Method Detail

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()

getFeeMethodCode

public String getFeeMethodCode()
This method gets feeMethodCode

Returns:
feeMethodCode

setFeeMethodCode

public void setFeeMethodCode(String feeMethodCode)
This method sets feeMethodCode.

Parameters:
feeMethod -

getFeeMethod

public FeeMethod getFeeMethod()
Gets the feeMethod.

Returns:
Returns the feeMethod.

setFeeMethod

public void setFeeMethod(FeeMethod feeMethod)
Sets the FeeMethod.

Parameters:
FeeMethod - The FeeMethod to set.

getInclude

public boolean getInclude()
Gets the include attribute.

Returns:
Returns the include.

setInclude

public void setInclude(boolean include)
Sets the include attribute value.

Parameters:
include - The include to set.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.