org.apache.tapestry.test
Class StringSubject

java.lang.Object
  extended by org.apache.tapestry.test.StringSubject

public abstract class StringSubject
extends Object

Used by TestCreator.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
StringSubject()
           
 
Method Summary
abstract  String getTitle()
           
abstract  void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSubject

public StringSubject()
Method Detail

getTitle

public abstract String getTitle()

setTitle

public abstract void setTitle(String title)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.