org.apache.myfaces.examples.common
Class CarConfigurator.Color

java.lang.Object
  extended by org.apache.myfaces.examples.common.CarConfigurator.Color
All Implemented Interfaces:
Serializable
Enclosing class:
CarConfigurator

public static class CarConfigurator.Color
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CarConfigurator.Color(String color)
           
 
Method Summary
 boolean equals(Object cmp)
           
 String getColor()
           
 void setColor(String color)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CarConfigurator.Color

public CarConfigurator.Color(String color)
Method Detail

getColor

public String getColor()

setColor

public void setColor(String color)

equals

public boolean equals(Object cmp)
Overrides:
equals in class Object


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