Uses of Interface
one.xingyi.reference3.telephone.server.domain.ITelephoneNumber
-
Packages that use ITelephoneNumber Package Description one.xingyi.reference3.person.server.domain one.xingyi.reference3.telephone.server.domain -
-
Uses of ITelephoneNumber in one.xingyi.reference3.person.server.domain
Methods in one.xingyi.reference3.person.server.domain that return ITelephoneNumber Modifier and Type Method Description ITelephoneNumberIPerson. telephone()ITelephoneNumberPerson. telephone()Methods in one.xingyi.reference3.person.server.domain with parameters of type ITelephoneNumber Modifier and Type Method Description IPersonIPerson. withtelephone(ITelephoneNumber telephone)PersonPerson. withtelephone(ITelephoneNumber telephone)Constructors in one.xingyi.reference3.person.server.domain with parameters of type ITelephoneNumber Constructor Description Person(java.lang.String name, java.lang.Integer age, one.xingyi.core.client.IResourceList<IAddress> addresses, ITelephoneNumber telephone) -
Uses of ITelephoneNumber in one.xingyi.reference3.telephone.server.domain
Classes in one.xingyi.reference3.telephone.server.domain that implement ITelephoneNumber Modifier and Type Class Description classTelephoneNumberMethods in one.xingyi.reference3.telephone.server.domain that return ITelephoneNumber Modifier and Type Method Description ITelephoneNumberITelephoneNumber. withnumber(java.lang.String number)
-