com.googlecode.lightest.core
Class TaskResultLink

java.lang.Object
  extended by com.googlecode.lightest.core.TaskResultLink
All Implemented Interfaces:
groovy.lang.GroovyObject

public class TaskResultLink
extends Object
implements groovy.lang.GroovyObject

Represents a link that an ITaskResult wishes to share with the reporting service.


Constructor Summary
TaskResultLink()
           
 
Method Summary
 String getHref()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 String getRel()
           
 String getText()
           
 String getTitle()
           
 Object invokeMethod(String name, Object args)
           
 void setHref(String value)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 void setRel(String value)
           
 void setText(String value)
           
 void setTitle(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskResultLink

public TaskResultLink()
Method Detail

getHref

public String getHref()

setHref

public void setHref(String value)

getRel

public String getRel()

setRel

public void setRel(String value)

getTitle

public String getTitle()

setTitle

public void setTitle(String value)

getText

public String getText()

setText

public void setText(String value)

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String name,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject


Copyright © 2009. All Rights Reserved.