org.apache.myfaces.examples.displayValueOnly
Class DVOFace

java.lang.Object
  extended by org.apache.myfaces.examples.displayValueOnly.DVOFace
All Implemented Interfaces:
Serializable

public class DVOFace
extends Object
implements Serializable

Version:
$Revision: 673833 $ $Date: 2005-03-24 12:47:11 -0400 (Thu, 24 Mar 2005) $
Author:
Sylvain Vieujot (latest modification by $Author: skitching $)
See Also:
Serialized Form

Constructor Summary
DVOFace()
           
 
Method Summary
 Map getMap()
           
 boolean isAttribute()
           
 void setAttribute(boolean attribute)
           
 void setMap(Map map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DVOFace

public DVOFace()
Method Detail

isAttribute

public boolean isAttribute()

setAttribute

public void setAttribute(boolean attribute)

getMap

public Map getMap()

setMap

public void setMap(Map map)


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