Uses of Interface
one.xingyi.reference2.address.server.domain.IAddress
-
Packages that use IAddress Package Description one.xingyi.reference2.address.server.domain one.xingyi.reference2.person.server.domain -
-
Uses of IAddress in one.xingyi.reference2.address.server.domain
Classes in one.xingyi.reference2.address.server.domain that implement IAddress Modifier and Type Class Description classAddressMethods in one.xingyi.reference2.address.server.domain that return IAddress Modifier and Type Method Description IAddressIAddress. withline1(java.lang.String line1)IAddressIAddress. withline2(java.lang.String line2)IAddressIAddress. withpostcode(java.lang.String postcode) -
Uses of IAddress in one.xingyi.reference2.person.server.domain
Methods in one.xingyi.reference2.person.server.domain that return IAddress Modifier and Type Method Description IAddressIPerson. address()IAddressPerson. address()Methods in one.xingyi.reference2.person.server.domain with parameters of type IAddress Modifier and Type Method Description IPersonIPerson. withaddress(IAddress address)PersonPerson. withaddress(IAddress address)Constructors in one.xingyi.reference2.person.server.domain with parameters of type IAddress Constructor Description Person(java.lang.String name, java.lang.Integer age, IAddress address, ITelephoneNumber telephone)
-