org.kuali.student.r1.common.messages.dto
Class LocaleKeyList

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

public class LocaleKeyList
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  List<String> locales
           
 
Constructor Summary
LocaleKeyList()
           
 
Method Summary
 List<String> getLocales()
           
 void setLocales(List<String> l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

locales

protected List<String> locales
Constructor Detail

LocaleKeyList

public LocaleKeyList()
Method Detail

getLocales

public List<String> getLocales()

setLocales

public void setLocales(List<String> l)


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