Class MediaLinkBuilder
java.lang.Object
net.anotheria.anosite.gen.assitedata.data.MediaLinkBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<MediaLink>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbrowserFiltering(String aValue) Sets the value of the browserFiltering attribute.build()Sets the value of the charset attribute.Sets the value of the file attribute.Sets the value of the guards attribute.Sets the value of the href attribute.Sets the value of the hreflang attribute.media(int aValue) Sets the value of the media attribute.Sets the value of the name attribute.Sets the value of the onload attribute.rel(int aValue) Sets the value of the rel attribute.rev(int aValue) Sets the value of the rev attribute.Sets the value of the type attribute.
-
Field Details
-
name
-
href
-
type
-
media
protected int media -
rel
protected int rel -
rev
protected int rev -
charset
-
hreflang
-
browserFiltering
-
onload
-
guards
-
file
-
-
Constructor Details
-
MediaLinkBuilder
public MediaLinkBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
href
Sets the value of the href attribute. -
type
Sets the value of the type attribute. -
media
Sets the value of the media attribute. -
rel
Sets the value of the rel attribute. -
rev
Sets the value of the rev attribute. -
charset
Sets the value of the charset attribute. -
hreflang
Sets the value of the hreflang attribute. -
browserFiltering
Sets the value of the browserFiltering attribute. -
onload
Sets the value of the onload attribute. -
guards
Sets the value of the guards attribute. -
file
Sets the value of the file attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<MediaLink>
-