Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.connect.update.impl.xml
Class FormDefinition

java.lang.Object
  extended by org.nuxeo.connect.update.impl.xml.FormDefinition
All Implemented Interfaces:
org.nuxeo.connect.update.model.Form

public class FormDefinition
extends Object
implements org.nuxeo.connect.update.model.Form

Author:
Bogdan Stefanescu

Field Summary
 String description
           
 FieldDefinition[] fields
           
 String image
           
 String title
           
 
Constructor Summary
FormDefinition()
           
 
Method Summary
 String getDescription()
           
 org.nuxeo.connect.update.model.Field[] getFields()
           
 String getImage()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public String title

description

public String description

image

public String image

fields

public FieldDefinition[] fields
Constructor Detail

FormDefinition

public FormDefinition()
Method Detail

getTitle

public String getTitle()
Specified by:
getTitle in interface org.nuxeo.connect.update.model.Form

getDescription

public String getDescription()
Specified by:
getDescription in interface org.nuxeo.connect.update.model.Form

getImage

public String getImage()
Specified by:
getImage in interface org.nuxeo.connect.update.model.Form

getFields

public org.nuxeo.connect.update.model.Field[] getFields()
Specified by:
getFields in interface org.nuxeo.connect.update.model.Form

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.