org.kuali.student.lum.common.client.helpers
Class RecentDocInfo

java.lang.Object
  extended by org.kuali.student.lum.common.client.helpers.RecentDocInfo

public class RecentDocInfo
extends Object


Constructor Summary
RecentDocInfo(String name, String location)
           
 
Method Summary
 String getLocation()
           
 String getName()
           
 void setLocation(String location)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentDocInfo

public RecentDocInfo(String name,
                     String location)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getLocation

public String getLocation()

setLocation

public void setLocation(String location)


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