Uses of Interface
one.xingyi.reference4.telephone.server.domain.ITelephoneNumber
-
Packages that use ITelephoneNumber Package Description one.xingyi.reference4.person.server.domain one.xingyi.reference4.telephone.server.domain -
-
Uses of ITelephoneNumber in one.xingyi.reference4.person.server.domain
Methods in one.xingyi.reference4.person.server.domain that return ITelephoneNumber Modifier and Type Method Description ITelephoneNumberIPerson. telephone()ITelephoneNumberPerson. telephone()Methods in one.xingyi.reference4.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.reference4.person.server.domain with parameters of type ITelephoneNumber Constructor Description Person(java.lang.String name, ITelephoneNumber telephone, java.lang.Integer age, java.lang.String line1, java.lang.String line2) -
Uses of ITelephoneNumber in one.xingyi.reference4.telephone.server.domain
Classes in one.xingyi.reference4.telephone.server.domain that implement ITelephoneNumber Modifier and Type Class Description classTelephoneNumberMethods in one.xingyi.reference4.telephone.server.domain that return ITelephoneNumber Modifier and Type Method Description ITelephoneNumberITelephoneNumber. withnumber(java.lang.String number)
-