Class ImageBuilder
java.lang.Object
net.anotheria.anosite.gen.images.data.ImageBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Image>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the image attribute.Sets the value of the name attribute.Sets the value of the size attribute.Sets the value of the title attribute.
-
Field Details
-
name
-
title
-
image
-
size
-
-
Constructor Details
-
ImageBuilder
public ImageBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
title
Sets the value of the title attribute. -
image
Sets the value of the image attribute. -
size
Sets the value of the size attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Image>
-