org.eclipse.higgins.ics.gwt.base.client.model.entity
Class MRU

java.lang.Object
  extended byorg.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
      extended byorg.eclipse.higgins.ics.gwt.base.client.model.entity.MRU
All Implemented Interfaces:
Serializable

public class MRU
extends BaseEntity

See Also:
Serialized Form

Constructor Summary
MRU()
           
MRU(String key, List values)
           
 
Method Summary
 String getKey()
           
 List getValues()
           
 void setKey(String key)
           
 void setValues(List values)
           
 
Methods inherited from class org.eclipse.higgins.ics.gwt.base.client.model.entity.BaseEntity
getName, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MRU

public MRU()

MRU

public MRU(String key,
           List values)
Parameters:
key -
values -
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValues

public List getValues()

setValues

public void setValues(List values)