Class FileLinkBuilder
java.lang.Object
net.anotheria.anosite.gen.asresourcedata.data.FileLinkBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<FileLink>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Sets the value of the file 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
-
file
-
size
-
-
Constructor Details
-
FileLinkBuilder
public FileLinkBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
title
Sets the value of the title attribute. -
file
Sets the value of the file attribute. -
size
Sets the value of the size attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<FileLink>
-