Class FileLinkBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.asresourcedata.data.FileLinkBuilder
-
-
Constructor Summary
Constructors Constructor Description FileLinkBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileLinkbuild()FileLinkBuilderfile(String aValue)Sets the value of the file attribute.FileLinkBuildername(String aValue)Sets the value of the name attribute.FileLinkBuildersize(String aValue)Sets the value of the size attribute.FileLinkBuildertitle(String aValue)Sets the value of the title attribute.
-
-
-
Method Detail
-
name
public FileLinkBuilder name(String aValue)
Sets the value of the name attribute.
-
title
public FileLinkBuilder title(String aValue)
Sets the value of the title attribute.
-
file
public FileLinkBuilder file(String aValue)
Sets the value of the file attribute.
-
size
public FileLinkBuilder size(String aValue)
Sets the value of the size attribute.
-
-