org.apache.myfaces.extensions.validator.crossval
Class ProcessedInformationEntry

java.lang.Object
  extended by 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

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

Constructor Detail

ProcessedInformationEntry

public ProcessedInformationEntry()
Method Detail

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.