org.kuali.student.common.messages.dto
Class Message

java.lang.Object
  extended by org.kuali.student.common.messages.dto.Message
All Implemented Interfaces:
Serializable

public class Message
extends Object
implements Serializable

Example: ${name} is required

See Also:
Serialized Form

Field Summary
protected  String groupName
           
protected  String id
           
protected  String locale
           
protected  String value
           
 
Constructor Summary
Message()
           
 
Method Summary
 String getGroupName()
           
 String getId()
           
 String getLocale()
           
 String getValue()
           
 void setGroupName(String groupName)
           
 void setId(String id)
           
 void setLocale(String locale)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locale

protected String locale

groupName

protected String groupName

id

protected String id

value

protected String value
Constructor Detail

Message

public Message()
Method Detail

getLocale

public String getLocale()

setLocale

public void setLocale(String locale)

getGroupName

public String getGroupName()

setGroupName

public void setGroupName(String groupName)

getId

public String getId()

setId

public void setId(String id)

getValue

public String getValue()

setValue

public void setValue(String value)


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