Uses of Class
ejava.projects.esales.dto.Address
-
Packages that use Address Package Description ejava.projects.esales.dto ejava.projects.esales.xml -
-
Uses of Address in ejava.projects.esales.dto
Fields in ejava.projects.esales.dto with type parameters of type Address Modifier and Type Field Description protected List<Address>ESales. addressMethods in ejava.projects.esales.dto that return Address Modifier and Type Method Description AddressObjectFactory. createAddress()Create an instance ofAddressMethods in ejava.projects.esales.dto that return types with arguments of type Address Modifier and Type Method Description List<Address>ESales. getAddress()Gets the value of the address property.Constructor parameters in ejava.projects.esales.dto with type arguments of type Address Constructor Description ESales(List<Address> address, List<Account> account, List<Auction> auction, List<Image> image, List<Bid> bid)Fully-initialising value constructor -
Uses of Address in ejava.projects.esales.xml
Methods in ejava.projects.esales.xml that return Address Modifier and Type Method Description AddressSampleGen. createAddress1(String addressee)
-