public interface Address extends HasIdentity
HasIdentity.HasIdentityMixinIDENTITY_METHOD, IDENTITY_STATE_NAME| Modifier and Type | Method and Description |
|---|---|
Association<City> |
city() |
Association<Country> |
country() |
Property<Rent> |
rent() |
Property<String> |
street() |
Property<String> |
zipCode() |
identityAssociation<City> city()
Association<Country> country()