org.kuali.kfs.coa.businessobject
Class AccountGuideline

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.coa.businessobject.AccountGuideline
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

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

Account Guideline Business Object

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
AccountGuideline()
           
 
Method Summary
 String getAccountExpenseGuidelineText()
           
 String getAccountIncomeGuidelineText()
           
 String getAccountNumber()
           
 String getAccountPurposeText()
           
 String getChartOfAccountsCode()
           
 void setAccountExpenseGuidelineText(String accountExpenseGuidelineText)
           
 void setAccountIncomeGuidelineText(String accountIncomeGuidelineText)
           
 void setAccountNumber(String accountNbr)
           
 void setAccountPurposeText(String accountPurposeText)
           
 void setChartOfAccountsCode(String chartOfAccountsCode)
           
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

AccountGuideline

public AccountGuideline()
Method Detail

getAccountExpenseGuidelineText

public String getAccountExpenseGuidelineText()
Returns:
Returns the accountExpenseGuidelineText.

setAccountExpenseGuidelineText

public void setAccountExpenseGuidelineText(String accountExpenseGuidelineText)
Parameters:
accountExpenseGuidelineText - The accountExpenseGuidelineText to set.

getAccountIncomeGuidelineText

public String getAccountIncomeGuidelineText()
Returns:
Returns the accountIncomeGuidelineText.

setAccountIncomeGuidelineText

public void setAccountIncomeGuidelineText(String accountIncomeGuidelineText)
Parameters:
accountIncomeGuidelineText - The accountIncomeGuidelineText to set.

getAccountNumber

public String getAccountNumber()
Returns:
Returns the accountNbr.

setAccountNumber

public void setAccountNumber(String accountNbr)
Parameters:
accountNbr - The accountNbr to set.

getAccountPurposeText

public String getAccountPurposeText()
Returns:
Returns the accountPurposeText.

setAccountPurposeText

public void setAccountPurposeText(String accountPurposeText)
Parameters:
accountPurposeText - The accountPurposeText to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Returns:
Returns the chartOfAccountsCode.

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

toStringMapper

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


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