com.googlecode.lightest.core
Class TaskResultLink
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskResultLink
public TaskResultLink()
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.