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

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

public class FieldsContext
extends Object


Field Summary
static int ON_UPDATE_IGNORE_EMPTY_VALUES
           
static int ON_UPDATE_REPLACE_EMPTY_VALUES
           
 
Constructor Summary
FieldsContext()
           
FieldsContext(String language, String componentId, String userId)
           
 
Method Summary
 String getComponentId()
           
 String getCurrentFieldIndex()
           
 String getLanguage()
           
 int getLastFieldIndex()
           
 String getUserId()
           
 void incCurrentFieldIndex(int increment)
           
 void setComponentId(String componentId)
           
 void setCurrentFieldIndex(String currentFieldIndex)
           
 void setLanguage(String language)
           
 void setLastFieldIndex(int lastFieldIndex)
           
 void setUseMandatory(boolean ignoreMandatory)
           
 void setUserId(String string)
           
 boolean useMandatory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON_UPDATE_REPLACE_EMPTY_VALUES

public static int ON_UPDATE_REPLACE_EMPTY_VALUES

ON_UPDATE_IGNORE_EMPTY_VALUES

public static int ON_UPDATE_IGNORE_EMPTY_VALUES
Constructor Detail

FieldsContext

public FieldsContext()

FieldsContext

public FieldsContext(String language,
                     String componentId,
                     String userId)
Method Detail

getCurrentFieldIndex

public String getCurrentFieldIndex()

getLanguage

public String getLanguage()

setLanguage

public void setLanguage(String language)

setCurrentFieldIndex

public void setCurrentFieldIndex(String currentFieldIndex)

incCurrentFieldIndex

public void incCurrentFieldIndex(int increment)

getUserId

public String getUserId()

setUserId

public void setUserId(String string)

getLastFieldIndex

public int getLastFieldIndex()

setLastFieldIndex

public void setLastFieldIndex(int lastFieldIndex)

useMandatory

public boolean useMandatory()

setUseMandatory

public void setUseMandatory(boolean ignoreMandatory)

getComponentId

public String getComponentId()

setComponentId

public void setComponentId(String componentId)


Copyright © 2016 Silverpeas. All Rights Reserved.