public class FormDefinition extends Object implements org.nuxeo.connect.update.model.Form
Modifier and Type | Field and Description |
---|---|
String |
description |
FieldDefinition[] |
fields |
String |
image |
String |
title |
Constructor and Description |
---|
FormDefinition() |
public String title
public String description
public String image
public FieldDefinition[] fields
public String getTitle()
getTitle
in interface org.nuxeo.connect.update.model.Form
public String getDescription()
getDescription
in interface org.nuxeo.connect.update.model.Form
public String getImage()
getImage
in interface org.nuxeo.connect.update.model.Form
public org.nuxeo.connect.update.model.Field[] getFields()
getFields
in interface org.nuxeo.connect.update.model.Form
Copyright © 2013 Nuxeo SA. All Rights Reserved.