org.apache.myfaces.extensions.validator.crossval.storage
Class ProcessedInformationStorageEntry

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.crossval.storage.ProcessedInformationStorageEntry

public class ProcessedInformationStorageEntry
extends Object

In order to build up a mapping which is used for cross-validation.

Since:
1.x.1

Constructor Summary
ProcessedInformationStorageEntry()
           
 
Method Summary
 Object getBean()
           
 String getClientId()
           
 javax.faces.component.UIComponent getComponent()
           
 Object getConvertedValue()
           
 List<ProcessedInformationStorageEntry> getFurtherEntries()
           
 void setBean(Object bean)
           
 void setClientId(String clientId)
           
 void setComponent(javax.faces.component.UIComponent component)
           
 void setConvertedValue(Object convertedValue)
           
 void setFurtherEntries(List<ProcessedInformationStorageEntry> furtherEntries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessedInformationStorageEntry

public ProcessedInformationStorageEntry()
Method Detail

getBean

public Object getBean()

setBean

public void setBean(Object bean)

getConvertedValue

public Object getConvertedValue()

setConvertedValue

public void setConvertedValue(Object convertedValue)

getComponent

public javax.faces.component.UIComponent getComponent()

setComponent

public void setComponent(javax.faces.component.UIComponent component)

getClientId

public String getClientId()

setClientId

public void setClientId(String clientId)

getFurtherEntries

public List<ProcessedInformationStorageEntry> getFurtherEntries()

setFurtherEntries

public void setFurtherEntries(List<ProcessedInformationStorageEntry> furtherEntries)


Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.