org.oddjob.input.requests
Class BaseInputRequest

java.lang.Object
  extended by org.oddjob.input.requests.BaseInputRequest
All Implemented Interfaces:
InputRequest
Direct Known Subclasses:
InputConfirm, InputFile, InputPassword, InputText

public abstract class BaseInputRequest
extends Object
implements InputRequest

Common to most InputRequests.

Author:
rob

Constructor Summary
BaseInputRequest()
           
 
Method Summary
 String getProperty()
           
 void setProperty(String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.oddjob.input.InputRequest
render
 

Constructor Detail

BaseInputRequest

public BaseInputRequest()
Method Detail

getProperty

public String getProperty()
Specified by:
getProperty in interface InputRequest

setProperty

public void setProperty(String property)