Class Porsche

java.lang.Object
   |
   +----Porsche

public class Porsche
extends Object
A simple class for demonstrating the use of javadoc comments

See Also:
Automobile

Variable Index

 o color

Constructor Index

 o Porsche()

Method Index

 o getColor()
Retrieve the value of color.
 o setColor(String)
Set the value of color.

Variables

 o color
 protected String color

Constructors

 o Porsche
 public Porsche()

Methods

 o getColor
 public String getColor()
Retrieve the value of color.

Returns:
A String data type.
 o setColor
 public void setColor(String newColor)
Set the value of color.

Parameters:
newColor - A variable of type String.