org.apache.myfaces.custom.clientvalidation.common
Class CVCallsHolder

java.lang.Object
  extended by org.apache.myfaces.custom.clientvalidation.common.CVCallsHolder
All Implemented Interfaces:
java.io.Serializable

public class CVCallsHolder
extends java.lang.Object
implements java.io.Serializable

Holds the queued CVCall instances

Version:
$Revision: 673833 $ $Date: 2008-07-03 16:58:05 -0500 (Thu, 03 Jul 2008) $
Author:
cagatay (latest modification by $$)
See Also:
Serialized Form

Constructor Summary
CVCallsHolder()
           
 
Method Summary
 void addCVCall(CVCall call)
           
 java.util.List getCvCalls()
           
 void setCvCalls(java.util.List cvCalls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVCallsHolder

public CVCallsHolder()
Method Detail

addCVCall

public void addCVCall(CVCall call)

getCvCalls

public java.util.List getCvCalls()

setCvCalls

public void setCvCalls(java.util.List cvCalls)


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.