Package | Description |
---|---|
org.josef.demo.jpa |
Demo of Java Persistence API (JPA).
|
org.josef.util |
Utility Classes.
|
Modifier and Type | Method and Description |
---|---|
CColor |
CarSearchCriteria.getColor()
Gets the color of the Car.
|
CColor |
CarDetail.getColor()
Gets the color of the corresponding Car.
|
Modifier and Type | Method and Description |
---|---|
void |
CarSearchCriteria.setColor(CColor color)
Sets the color of the Car.
|
void |
CarDetail.setColor(CColor color)
Sets the color for the corresponding Car.
|
Constructor and Description |
---|
CarDetail(Car car,
CColor color)
Constructs this CarDetail from all the mandatory fields.
|
Modifier and Type | Method and Description |
---|---|
static CColor |
CColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CColor[] |
CColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2018. All rights reserved.