org.exoplatform.services.xmpp.bean
Class FormBean

java.lang.Object
  extended by org.exoplatform.services.xmpp.bean.FormBean

public class FormBean
extends java.lang.Object

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Parfonov

Constructor Summary
FormBean()
           
 
Method Summary
 java.util.List<FieldBean> getFields()
           
 java.util.List<java.lang.String> getFullNames()
           
 java.lang.String getInstructions()
           
 java.util.List<java.lang.String> getMembers()
           
 java.lang.String getTitle()
           
 java.lang.String getType()
           
 void setFields(java.util.List<FieldBean> fields)
           
 void setFullNames(java.util.List<java.lang.String> list)
           
 void setInstructions(java.lang.String instructions)
           
 void setMembers(java.util.List<java.lang.String> members)
           
 void setTitle(java.lang.String title)
           
 void setType(java.lang.String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormBean

public FormBean()
Method Detail

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 © 2012 eXo Platform SAS. All Rights Reserved.