|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kns.bo.KualiCodeBase
org.kuali.kfs.module.endow.businessobject.EndowmentTransactionCode
public class EndowmentTransactionCode
Business Object for Endowment Transaction table.
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 |
---|
public EndowmentTransactionCode()
Method Detail |
---|
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.KualiCodeBase
BusinessObjectBase.toStringMapper()
public EndowmentTransactionType getEndowmentTransactionType()
public void setEndowmentTransactionType(EndowmentTransactionType endowmentTransactionType)
endowmentTransactionType
- public String getEndowmentTransactionTypeCode()
public void setEndowmentTransactionTypeCode(String endowmentTransactionTypeCode)
endowmentTransactionTypeCode
- public String getCodeAndDescription()
getCodeAndDescription
in class org.kuali.rice.kns.bo.KualiCodeBase
public void setCodeAndDescription(String codeAndDescription)
codeAndDescription
- public List<GLLink> getGlLinks()
public void setGlLinks(List<GLLink> glLinks)
glLinks
- public boolean isCorpusIndicator()
public void setCorpusIndicator(boolean corpusIndicator)
corpusIndicator
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |