org.exoplatform.services.xmpp.bean
Class FormBean
java.lang.Object
org.exoplatform.services.xmpp.bean.FormBean
public class FormBean
- extends java.lang.Object
Created by The eXo Platform SAS.
- Version:
- $Id: $
- Author:
- Vitaly Parfonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormBean
public FormBean()
getFields
public java.util.List<FieldBean> getFields()
- Returns:
- the fields
setFields
public void setFields(java.util.List<FieldBean> fields)
- Parameters:
fields - the fields to set
getInstructions
public java.lang.String getInstructions()
- Returns:
- the instructions
setInstructions
public void setInstructions(java.lang.String instructions)
- Parameters:
instructions - the instructions to set
getType
public java.lang.String getType()
- Returns:
- the type
setType
public void setType(java.lang.String type)
- Parameters:
type - the type to set
getTitle
public java.lang.String getTitle()
- Returns:
- the title
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title - the title to set
getMembers
public java.util.List<java.lang.String> getMembers()
- Returns:
- the members
setMembers
public void setMembers(java.util.List<java.lang.String> members)
- Parameters:
members - the members to set
getFullNames
public java.util.List<java.lang.String> getFullNames()
- Returns:
- the fullNames
setFullNames
public void setFullNames(java.util.List<java.lang.String> list)
- Parameters:
fullNames - the members to set
Copyright © 2011 eXo Platform SAS. All Rights Reserved.