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

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

public class UpdateChainDescriptor
extends Object


Constructor Summary
UpdateChainDescriptor(String title, List<FieldUpdateChainDescriptor> fields)
           
 
Method Summary
 void add(FieldUpdateChainDescriptor field)
           
 List<FieldUpdateChainDescriptor> getFields()
           
 String getHelper()
           
 String getLibelle()
           
 String getTitle()
           
 void setFields(List<FieldUpdateChainDescriptor> fields)
           
 void setHelper(String helper)
           
 void setLibelle(String libelle)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateChainDescriptor

public UpdateChainDescriptor(String title,
                             List<FieldUpdateChainDescriptor> fields)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getFields

public List<FieldUpdateChainDescriptor> getFields()

setFields

public void setFields(List<FieldUpdateChainDescriptor> fields)

add

public void add(FieldUpdateChainDescriptor field)

getLibelle

public String getLibelle()

setLibelle

public void setLibelle(String libelle)

getHelper

public String getHelper()

setHelper

public void setHelper(String helper)


Copyright © 2016 Silverpeas. All Rights Reserved.