Uses of Interface
one.xingyi.reference3.address.server.domain.IAddress
-
Packages that use IAddress Package Description one.xingyi.reference3.address.server.domain one.xingyi.reference3.person.server.domain -
-
Uses of IAddress in one.xingyi.reference3.address.server.domain
Classes in one.xingyi.reference3.address.server.domain that implement IAddress Modifier and Type Class Description classAddressMethods in one.xingyi.reference3.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.reference3.person.server.domain
Methods in one.xingyi.reference3.person.server.domain that return types with arguments of type IAddress Modifier and Type Method Description one.xingyi.core.client.IResourceList<IAddress>IPerson. addresses()one.xingyi.core.client.IResourceList<IAddress>Person. addresses()Method parameters in one.xingyi.reference3.person.server.domain with type arguments of type IAddress Modifier and Type Method Description IPersonIPerson. withaddresses(one.xingyi.core.client.IResourceList<IAddress> addresses)PersonPerson. withaddresses(one.xingyi.core.client.IResourceList<IAddress> addresses)Constructor parameters in one.xingyi.reference3.person.server.domain with type arguments of type IAddress Constructor Description Person(java.lang.String name, java.lang.Integer age, one.xingyi.core.client.IResourceList<IAddress> addresses, ITelephoneNumber telephone)
-