test.org.sakaiproject.tool.assessment.jsf
Class TestLink

java.lang.Object
  extended by test.org.sakaiproject.tool.assessment.jsf.TestLink
All Implemented Interfaces:
Serializable

public class TestLink
extends Object
implements Serializable

Copyright: Copyright (c) 2004 Sakai

Version:
$Id: TestLink.java 59684 2009-04-03 23:33:27Z arwhyte@umich.edu $
Author:
Ed Smiley esmiley@stanford.edu
See Also:
Serialized Form

Constructor Summary
TestLink()
           
 
Method Summary
 String getAction()
           
 String getText()
           
 void setAction(String action)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLink

public TestLink()
Method Detail

getAction

public String getAction()

setAction

public void setAction(String action)

getText

public String getText()

setText

public void setText(String text)


Copyright © 2005-2012 Sakai Project. All Rights Reserved.