public class MessageOfTheDay extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
| Constructor and Description |
|---|
MessageOfTheDay()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFinancialSystemMessageOfTheDayText()
Gets the financialSystemMessageOfTheDayText attribute.
|
OriginationCode |
getFinancialSystemOrigination()
Gets the financialSystemOrigination attribute.
|
String |
getFinancialSystemOriginationCode()
Gets the financialSystemOriginationCode attribute.
|
void |
setFinancialSystemMessageOfTheDayText(String financialSystemMessageOfTheDayText)
Sets the financialSystemMessageOfTheDayText attribute.
|
void |
setFinancialSystemOrigination(OriginationCode financialSystemOrigination)
Deprecated.
|
void |
setFinancialSystemOriginationCode(String financialSystemOriginationCode)
Sets the financialSystemOriginationCode attribute.
|
protected LinkedHashMap |
toStringMapper_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberpublic MessageOfTheDay()
public String getFinancialSystemOriginationCode()
public void setFinancialSystemOriginationCode(String financialSystemOriginationCode)
financialSystemOriginationCode - The financialSystemOriginationCode to set.public String getFinancialSystemMessageOfTheDayText()
public void setFinancialSystemMessageOfTheDayText(String financialSystemMessageOfTheDayText)
financialSystemMessageOfTheDayText - The financialSystemMessageOfTheDayText to set.public OriginationCode getFinancialSystemOrigination()
public void setFinancialSystemOrigination(OriginationCode financialSystemOrigination)
financialSystemOrigination - The financialSystemOrigination to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.