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

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.rice.kns.bo.KualiCodeBase
              extended by org.kuali.kfs.module.endow.businessobject.EndowmentTransactionCode
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.Inactivateable, org.kuali.rice.kns.bo.KualiCode, org.kuali.rice.kns.bo.PersistableBusinessObject

public class EndowmentTransactionCode
extends org.kuali.rice.kns.bo.KualiCodeBase

Business Object for Endowment Transaction table.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.KualiCodeBase
active, code, name
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
EndowmentTransactionCode()
          Constructs a EndowmentTransactionCode.
 
Method Summary
 String getCodeAndDescription()
          Gets endowment transaction code and description.
 EndowmentTransactionType getEndowmentTransactionType()
          This method gets the endowmentTransactionType
 String getEndowmentTransactionTypeCode()
          This method gets the endowmentTransactionTypeCode
 List<GLLink> getGlLinks()
          Gets glLinks.
 boolean isCorpusIndicator()
          Gets the corpusIndicator.
 void setCodeAndDescription(String codeAndDescription)
          Sets endowment transaction code and description.
 void setCorpusIndicator(boolean corpusIndicator)
          Sets the corpusIndicator.
 void setEndowmentTransactionType(EndowmentTransactionType endowmentTransactionType)
          This method sets the endowmentTransactionType
 void setEndowmentTransactionTypeCode(String endowmentTransactionTypeCode)
          This method sets the endowmentTransactionTypeCode
 void setGlLinks(List<GLLink> glLinks)
          Sets glLinks.
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.KualiCodeBase
equals, getCode, getCodeAndDescription, getName, hashCode, isActive, setActive, setCode, setName
 
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, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Constructor Detail

EndowmentTransactionCode

public EndowmentTransactionCode()
Constructs a EndowmentTransactionCode.

Method Detail

toStringMapper

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

getEndowmentTransactionType

public EndowmentTransactionType getEndowmentTransactionType()
This method gets the endowmentTransactionType

Returns:
endowmentTransactionType

setEndowmentTransactionType

public void setEndowmentTransactionType(EndowmentTransactionType endowmentTransactionType)
This method sets the endowmentTransactionType

Parameters:
endowmentTransactionType -

getEndowmentTransactionTypeCode

public String getEndowmentTransactionTypeCode()
This method gets the endowmentTransactionTypeCode

Returns:
endowmentTransactionTypeCode

setEndowmentTransactionTypeCode

public void setEndowmentTransactionTypeCode(String endowmentTransactionTypeCode)
This method sets the endowmentTransactionTypeCode

Parameters:
endowmentTransactionTypeCode -

getCodeAndDescription

public String getCodeAndDescription()
Gets endowment transaction code and description.

Overrides:
getCodeAndDescription in class org.kuali.rice.kns.bo.KualiCodeBase
Returns:

setCodeAndDescription

public void setCodeAndDescription(String codeAndDescription)
Sets endowment transaction code and description.

Parameters:
codeAndDescription -

getGlLinks

public List<GLLink> getGlLinks()
Gets glLinks.

Returns:
glLinks

setGlLinks

public void setGlLinks(List<GLLink> glLinks)
Sets glLinks.

Parameters:
glLinks -

isCorpusIndicator

public boolean isCorpusIndicator()
Gets the corpusIndicator.

Returns:
corpusIndicator

setCorpusIndicator

public void setCorpusIndicator(boolean corpusIndicator)
Sets the corpusIndicator.

Parameters:
corpusIndicator -


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