org.apache.myfaces.extensions.validator.crossval
Class ProcessedInformationEntry
java.lang.Object
org.apache.myfaces.extensions.validator.crossval.ProcessedInformationEntry
public class ProcessedInformationEntry
- extends java.lang.Object
In order to build up a mapping which is used for cross-validation.
- Since:
- 1.x.1
- Author:
- Gerhard Petracek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessedInformationEntry
public ProcessedInformationEntry()
getBean
public java.lang.Object getBean()
setBean
public void setBean(java.lang.Object bean)
getConvertedValue
public java.lang.Object getConvertedValue()
setConvertedValue
public void setConvertedValue(java.lang.Object convertedValue)
getComponent
public javax.faces.component.UIComponent getComponent()
setComponent
public void setComponent(javax.faces.component.UIComponent component)
getClientId
public java.lang.String getClientId()
setClientId
public void setClientId(java.lang.String clientId)
getFurtherEntries
public java.util.List<ProcessedInformationEntry> getFurtherEntries()
setFurtherEntries
public void setFurtherEntries(java.util.List<ProcessedInformationEntry> furtherEntries)
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.