Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.search
Class FieldGroupDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.webapp.search.FieldGroupDescriptor

public class FieldGroupDescriptor
extends Object


Constructor Summary
FieldGroupDescriptor()
           
 
Method Summary
 List<FieldDescriptor> getFields()
           
 String getLabel()
           
 String getName()
           
 void setFields(List<FieldDescriptor> fields)
           
 void setLabel(String label)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldGroupDescriptor

public FieldGroupDescriptor()
Method Detail

getFields

public List<FieldDescriptor> getFields()

setFields

public void setFields(List<FieldDescriptor> fields)

getName

public String getName()

setName

public void setName(String name)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.