@GroupSequence(value={Address.class,Address.HighLevelCoherence.class})
@ZipCodeCoherenceChecker(groups=Address.HighLevelCoherence.class)
public class Address
extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Address.Complete
Check both basic constraints and high level ones.
|
static interface |
Address.HighLevelCoherence
Check coherence on the overall object
Needs basic checking to be green first
|
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getStreet() |
String |
getZipcode() |
void |
setCity(String city) |
void |
setStreet(String street) |
void |
setZipcode(String zipcode) |
Copyright © 2008–2017. All rights reserved.