|
||||||||||
| 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.ClassCode
public class ClassCode
Business Object for Class Code 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 | |
|---|---|
ClassCode()
|
|
| Method Summary | |
|---|---|
AccrualMethod |
getAccrualMethod()
Gets the accrualMethod. |
String |
getAccrualMethodDesc()
Gets the accrualMethod description. |
String |
getClassCodeType()
This method gets the classCodeType. |
String |
getCodeAndDescription()
|
ClassCodeType |
getCodeType()
Gets the codeType. |
EndowmentTransactionCode |
getEndowmentTransactionCode()
Gets the endowmentTransactionCode. |
String |
getEndowmentTransactionDesc()
Get endowmentTransactionCode description. |
EndowmentTransactionCode |
getIncomeEndowmentTransactionPost()
Gets the incomeEndowmentTransactionPost. |
String |
getIncomeEndowmentTransactionPostDesc()
Gets the incomeEndowmentTransactionPost description. |
SecurityReportingGroup |
getReportingGroup()
Gets the reportingGroup. |
String |
getSecurityAccrualMethod()
This method gets the securityAccrualMethod |
String |
getSecurityEndowmentTransactionCode()
This method gets the securityEndowmentTransactionCode. |
String |
getSecurityIncomeEndowmentTransactionPostCode()
This method gets the securityIncomeEndowmentTransactionPostCode. |
String |
getSecurityReportingGrp()
This method gets the securityReportingGrp |
String |
getSecurityReportingGrpDesc()
Gets the reportingGroup description. |
SecurityValuationMethod |
getSecurityValuationMethod()
Gets the securityValuationMethod. |
String |
getValuationMethod()
This method gets the valuationMethod. |
boolean |
isTaxLotIndicator()
This method gets the taxLotIndicator. |
void |
setAccrualMethod(AccrualMethod accrualMethod)
Sets the accrualMethod. |
void |
setClassCodeType(String classCodeType)
This method sets the classCodeType. |
void |
setCodeType(ClassCodeType codeType)
Sets the codeType. |
void |
setEndowmentTransactionCode(EndowmentTransactionCode endowmentTransactionCode)
Sets the endowmentTransactionCode. |
void |
setIncomeEndowmentTransactionPost(EndowmentTransactionCode incomeEndowmentTransactionPost)
Sets the incomeEndowmentTransactionPost. |
void |
setReportingGroup(SecurityReportingGroup reportingGroup)
Sets the reportingGroup. |
void |
setSecurityAccrualMethod(String securityAccrualMethod)
This method sets securityAccrualMethod. |
void |
setSecurityEndowmentTransactionCode(String securityEndowmentTransactionCode)
This method sets the securityEndowmentTransactionCode. |
void |
setSecurityIncomeEndowmentTransactionPostCode(String securityIncomeEndowmentTransactionPostCode)
This method sets the securityIncomeEndowmentTransactionPostCode. |
void |
setSecurityReportingGrp(String securityReportingGrp)
This method sets the securityReportingGrp. |
void |
setSecurityValuationMethod(SecurityValuationMethod securityValuationMethod)
Sets the securityValuationMethod. |
void |
setTaxLotIndicator(boolean taxLotIndicator)
This method sets the taxLotIndicator. |
void |
setValuationMethod(String valuationMethod)
This method sets the valuationMethod. |
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 ClassCode()
| Method Detail |
|---|
protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.KualiCodeBaseBusinessObjectBase.toStringMapper()public String getClassCodeType()
public void setClassCodeType(String classCodeType)
classCodeType - public String getSecurityAccrualMethod()
public void setSecurityAccrualMethod(String securityAccrualMethod)
securityAccrualMethod - public String getSecurityEndowmentTransactionCode()
public void setSecurityEndowmentTransactionCode(String securityEndowmentTransactionCode)
securityEndowmentTransactionCode - public String getSecurityIncomeEndowmentTransactionPostCode()
public void setSecurityIncomeEndowmentTransactionPostCode(String securityIncomeEndowmentTransactionPostCode)
securityIncomeEndowmentTransactionPostCode - public String getSecurityReportingGrp()
public void setSecurityReportingGrp(String securityReportingGrp)
securityReportingGrp - public boolean isTaxLotIndicator()
public void setTaxLotIndicator(boolean taxLotIndicator)
taxLotIndicator - public String getValuationMethod()
public void setValuationMethod(String valuationMethod)
valuationMethod - public AccrualMethod getAccrualMethod()
public void setAccrualMethod(AccrualMethod accrualMethod)
accrualMethod - public ClassCodeType getCodeType()
public void setCodeType(ClassCodeType codeType)
codeType - public EndowmentTransactionCode getEndowmentTransactionCode()
public void setEndowmentTransactionCode(EndowmentTransactionCode endowmentTransactionCode)
endowmentTransactionCode - public EndowmentTransactionCode getIncomeEndowmentTransactionPost()
public void setIncomeEndowmentTransactionPost(EndowmentTransactionCode incomeEndowmentTransactionPost)
incomeEndowmentTransactionPost - public SecurityReportingGroup getReportingGroup()
public void setReportingGroup(SecurityReportingGroup reportingGroup)
reportingGroup - public SecurityValuationMethod getSecurityValuationMethod()
public void setSecurityValuationMethod(SecurityValuationMethod securityValuationMethod)
securityValuationMethod - public String getSecurityReportingGrpDesc()
public String getAccrualMethodDesc()
public String getEndowmentTransactionDesc()
public String getIncomeEndowmentTransactionPostDesc()
public String getCodeAndDescription()
getCodeAndDescription in class org.kuali.rice.kns.bo.KualiCodeBaseKualiCodeBase.getCodeAndDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||