org.apache.myfaces.examples.displayValueOnly
Class DVOFace

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

public class DVOFace
extends java.lang.Object
implements java.io.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
 java.util.Map getMap()
           
 boolean isAttribute()
           
 void setAttribute(boolean attribute)
           
 void setMap(java.util.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 java.util.Map getMap()

setMap

public void setMap(java.util.Map map)


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