Package | Description |
---|---|
domain |
This package contains a class hierarchy used for testing JSR107.
|
Modifier and Type | Class and Description |
---|---|
class |
Beagle
A Beagle is a Dog and a type of hound.
|
class |
BorderCollie |
class |
Chihuahua
A Chihuahua is a Dog but not a Hound or a Collie.
|
class |
Dachshund
Poor old Dachshund is not Serializable
|
class |
Papillon
A Papillon is a Dog but not a Hound or a Collie.
|
class |
RoughCoatedCollie
These are Lassie dogs.
|
Modifier and Type | Method and Description |
---|---|
Dog |
Dog.color(String color) |
protected Dog |
Dog.getThis() |
Dog |
Dog.height(long heightInCm) |
Dog |
Dog.length(long lengthInCm) |
Dog |
Dog.name(Identifier name) |
Dog |
Dog.neutered(boolean neutered) |
Dog |
Dog.sex(Sex sex) |
Dog |
Dog.weight(int weighInKg) |
cache2k API documentation. Copyright © 2000–2018 headissue GmbH, Munich.