Uses of Class
ejava.projects.esales.dto.Image
-
Packages that use Image Package Description ejava.projects.esales.dto -
-
Uses of Image in ejava.projects.esales.dto
Fields in ejava.projects.esales.dto with type parameters of type Image Modifier and Type Field Description protected List<Image>
ESales. image
Methods in ejava.projects.esales.dto that return Image Modifier and Type Method Description Image
ObjectFactory. createImage()
Create an instance ofImage
Methods in ejava.projects.esales.dto that return types with arguments of type Image Modifier and Type Method Description List<Image>
ESales. getImage()
Gets the value of the image property.
-