org.apache.myfaces.examples.listexample
Class SimpleDemo

java.lang.Object
  extended by org.apache.myfaces.examples.listexample.SimpleDemo
All Implemented Interfaces:
Serializable

public class SimpleDemo
extends Object
implements Serializable

DOCUMENT ME!

Version:
$Revision: 371731 $ $Date: 2006-01-24 01:18:44 +0100 (Di, 24 Jan 2006) $
Author:
Thomas Spiegl (latest modification by $Author: werpu $)
See Also:
Serialized Form

Constructor Summary
SimpleDemo(int id, String type, String color)
           
 
Method Summary
 int getId()
           
 String getValue1()
           
 String getValue2()
           
 void setId(int id)
           
 void setValue1(String value1)
           
 void setValue2(String value2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDemo

public SimpleDemo(int id,
                  String type,
                  String color)
Method Detail

getId

public int getId()

setId

public void setId(int id)

getValue1

public String getValue1()

setValue1

public void setValue1(String value1)

getValue2

public String getValue2()

setValue2

public void setValue2(String value2)


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