com.stratelia.webactiv.kmelia.model.updatechain
Class FieldUpdateChainDescriptor

java.lang.Object
  extended by com.stratelia.webactiv.kmelia.model.updatechain.FieldUpdateChainDescriptor

public class FieldUpdateChainDescriptor
extends Object


Constructor Summary
FieldUpdateChainDescriptor()
           
 
Method Summary
 void display(javax.servlet.jsp.JspWriter jw, FieldsContext fieldsContext, boolean mandatory)
           
 boolean getLastValue()
           
 String getName()
           
 List<FieldParameter> getParams()
           
 int getSize()
           
 boolean getSuggestion()
           
 String getType()
           
 String getValue()
           
 List<String> getValues()
           
 void setLastValue(boolean lastValue)
           
 void setName(String name)
           
 void setParams(List<FieldParameter> params)
           
 void setSize(int size)
           
 void setSuggestion(boolean suggestion)
           
 void setType(String type)
           
 void setValue(String value)
           
 void setValues(List<String> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldUpdateChainDescriptor

public FieldUpdateChainDescriptor()
Method Detail

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.