org.kuali.student.r2.common.messages.infc
Interface Message

All Superinterfaces:
HasKey, HasPrimaryKey
All Known Implementing Classes:
MessageInfo

public interface Message
extends HasKey

Information about a message


Method Summary
 String getGroupName()
          Unique identifier for a message group
 Locale getLocale()
          The Locale.
 String getValue()
          The string representation of the message.
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasKey
getKey
 

Method Detail

getLocale

Locale getLocale()
The Locale.


getGroupName

String getGroupName()
Unique identifier for a message group


getValue

String getValue()
The string representation of the message. Symbols may be included within the message, but the expectation is that the caller is aware of the format of these symbols.



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