public interface Address extends Vertex
PROPERTY_ALIAS_ID, PROPERTY_ALIAS_VERSION
PROPERTY_NAME_ID
Modifier and Type | Method and Description |
---|---|
LinkProperty<City> |
City() |
StringProperty |
CityName() |
LinkProperty<Country> |
Country() |
StringProperty |
PoBox() |
LinkProperty<PostalCode> |
PostalCode() |
LinkProperty<Region> |
Region() |
StringProperty |
Street() |
StringProperty |
StreetNumber() |
StringProperty |
Zip() |
Id
StringProperty CityName()
City
this address is located in.LinkProperty<City> City()
City
this address is located in. Optional but if set then CityName()
should be
AbstractName.Name()
.LinkProperty<Country> Country()
LinkProperty<Region> Region()
StringProperty Zip()
PostalCode
as String
. Validation depends on the Country.PostalCodeMode()
.LinkProperty<PostalCode> PostalCode()
PostalCode
. Optional but if set then Zip()
has to be AbstractCode.Code()
.StringProperty PoBox()
StringProperty Street()
PoBox()
is empty.StringProperty StreetNumber()
String
.Copyright © 2001–2016 mmm-Team. All rights reserved.