Class ImageBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.images.data.ImageBuilder
-
-
Constructor Summary
Constructors Constructor Description ImageBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Imagebuild()ImageBuilderimage(java.lang.String aValue)Sets the value of the image attribute.ImageBuildername(java.lang.String aValue)Sets the value of the name attribute.ImageBuildersize(java.lang.String aValue)Sets the value of the size attribute.ImageBuildertitle(java.lang.String aValue)Sets the value of the title attribute.
-
-
-
Method Detail
-
name
public ImageBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
title
public ImageBuilder title(java.lang.String aValue)
Sets the value of the title attribute.
-
image
public ImageBuilder image(java.lang.String aValue)
Sets the value of the image attribute.
-
size
public ImageBuilder size(java.lang.String aValue)
Sets the value of the size attribute.
-
-