Uses of Class
ejava.projects.esales.bo.Address
-
Packages that use Address Package Description ejava.projects.esales.bo -
-
Uses of Address in ejava.projects.esales.bo
Fields in ejava.projects.esales.bo with type parameters of type Address Modifier and Type Field Description private List<Address>Account. addressesMethods in ejava.projects.esales.bo that return types with arguments of type Address Modifier and Type Method Description List<Address>Account. getAddresses()Method parameters in ejava.projects.esales.bo with type arguments of type Address Modifier and Type Method Description voidAccount. setAddresses(List<Address> addresses)Constructor parameters in ejava.projects.esales.bo with type arguments of type Address Constructor Description Account(String userId, String firstName, List<Address> addresses)
-