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(java.lang.String aValue)Sets the value of the file attribute.FileLinkBuildername(java.lang.String aValue)Sets the value of the name attribute.FileLinkBuildersize(java.lang.String aValue)Sets the value of the size attribute.FileLinkBuildertitle(java.lang.String aValue)Sets the value of the title attribute.
-
-
-
Method Detail
-
name
public FileLinkBuilder name(java.lang.String aValue)
Sets the value of the name attribute.
-
title
public FileLinkBuilder title(java.lang.String aValue)
Sets the value of the title attribute.
-
file
public FileLinkBuilder file(java.lang.String aValue)
Sets the value of the file attribute.
-
size
public FileLinkBuilder size(java.lang.String aValue)
Sets the value of the size attribute.
-
-