public class CSSObject
extends Object
- Version:
- $Id: $Id
- Author:
- Vaadin
-
Constructor Summary
Constructors
-
Method Summary
Getter for the field color.
void
Setter for the field color.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CSSObject
public CSSObject()
-
Method Details
-
getColor
Getter for the field color.
- Returns:
- a
String object.
-
setColor
public void setColor(String color)
Setter for the field color.
- Parameters:
color - a String object.