org.exoplatform.services.xmpp.bean
Class FieldBean
java.lang.Object
org.exoplatform.services.xmpp.bean.FieldBean
public class FieldBean
- 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 |
FieldBean
public FieldBean()
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 © 2010 eXo Platform SAS. All Rights Reserved.