AbstractForm

public class AbstractForm

Created: 2007-05-27 11:41:02

Author:bmalkow

Fields

instruction

protected String instruction

log

protected static final Logger log

title

protected String title

type

protected String type

Constructors

AbstractForm

public AbstractForm(Element form)

AbstractForm

public AbstractForm(String type, String title, String instruction)

Methods

getElement

public Element getElement()

getInstruction

public String getInstruction()

getTitle

public String getTitle()

getType

public String getType()

getTypeOrElse

public String getTypeOrElse(String defValue)

isType

public boolean isType(String type)

setInstruction

public void setInstruction(String instruction)

setTitle

public void setTitle(String title)

setType

public void setType(String type)