public class Form extends Object implements Serializable
Represents a generic form schema.
Use FormBuilder
to construct a new form schema.
public String getName()
null
if unsetpublic Map<String,Field> getFields()
Field
s keyed by their name - may
be empty, but never null
public boolean hasIdField()
true
if any field in this form is marked as an ID field