com.stratelia.webactiv.kmelia.model.updatechain
Class FieldUpdateChainDescriptor
java.lang.Object
com.stratelia.webactiv.kmelia.model.updatechain.FieldUpdateChainDescriptor
public class FieldUpdateChainDescriptor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldUpdateChainDescriptor
public FieldUpdateChainDescriptor()
getSize
public int getSize()
setSize
public void setSize(int size)
getType
public String getType()
setType
public void setType(String type)
getName
public String getName()
setName
public void setName(String name)
getLastValue
public boolean getLastValue()
setLastValue
public void setLastValue(boolean lastValue)
getSuggestion
public boolean getSuggestion()
setSuggestion
public void setSuggestion(boolean suggestion)
getValue
public String getValue()
setValue
public void setValue(String value)
getValues
public List<String> getValues()
setValues
public void setValues(List<String> values)
getParams
public List<FieldParameter> getParams()
setParams
public void setParams(List<FieldParameter> params)
display
public void display(javax.servlet.jsp.JspWriter jw,
FieldsContext fieldsContext,
boolean mandatory)
throws IOException,
com.silverpeas.form.FormException
- Throws:
IOException
com.silverpeas.form.FormException
Copyright © 2016 Silverpeas. All Rights Reserved.