org.exoplatform.services.xmpp.bean
Class FieldBean

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

public class FieldBean
extends java.lang.Object

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Parfonov

Constructor Summary
FieldBean()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getLabel()
           
 java.lang.String getType()
           
 java.util.List<java.lang.String> getValues()
           
 java.lang.String getVariable()
           
 void setDescription(java.lang.String description)
           
 void setLabel(java.lang.String label)
           
 void setType(java.lang.String type)
           
 void setValues(java.util.List<java.lang.String> values)
           
 void setVariable(java.lang.String variable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldBean

public FieldBean()
Method Detail

getVariable

public java.lang.String getVariable()
Returns:
the variable

setVariable

public void setVariable(java.lang.String variable)
Parameters:
variable - the variable to set

getValues

public java.util.List<java.lang.String> getValues()
Returns:
the values

setValues

public void setValues(java.util.List<java.lang.String> values)
Parameters:
values - the values 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

getDescription

public java.lang.String getDescription()
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - the description to set

getLabel

public java.lang.String getLabel()
Returns:
the label

setLabel

public void setLabel(java.lang.String label)
Parameters:
label - the label to set


Copyright © 2011 eXo Platform SAS. All Rights Reserved.