org.apache.tapestry.test
Class IntSubject

java.lang.Object
  extended by org.apache.tapestry.test.IntSubject
Direct Known Subclasses:
InheritedSubject

public abstract class IntSubject
extends Object

Used by TestCreator.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
IntSubject()
           
 
Method Summary
abstract  int getPriority()
           
abstract  void setPriority(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntSubject

public IntSubject()
Method Detail

getPriority

public abstract int getPriority()

setPriority

public abstract void setPriority(int value)


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