Uses of Class
ywebservicespackage.dto.AddressWsDTO
-
Packages that use AddressWsDTO Package Description ywebservicespackage.dto -
-
Uses of AddressWsDTO in ywebservicespackage.dto
Methods in ywebservicespackage.dto that return AddressWsDTO Modifier and Type Method Description AddressWsDTOUserWsDTO. getBillingAddress()AddressWsDTOUserWsDTO. getShippingAddress()Methods in ywebservicespackage.dto that return types with arguments of type AddressWsDTO Modifier and Type Method Description java.util.List<AddressWsDTO>AddressListWsDTO. getAddresses()java.util.List<AddressWsDTO>UserWsDTO. getAddresses()Methods in ywebservicespackage.dto with parameters of type AddressWsDTO Modifier and Type Method Description voidUserWsDTO. setBillingAddress(AddressWsDTO billingAddress)voidUserWsDTO. setShippingAddress(AddressWsDTO shippingAddress)Method parameters in ywebservicespackage.dto with type arguments of type AddressWsDTO Modifier and Type Method Description voidAddressListWsDTO. setAddresses(java.util.List<AddressWsDTO> addresses)voidUserWsDTO. setAddresses(java.util.List<AddressWsDTO> addresses)
-