Class RedirectUrlBuilder
- java.lang.Object
-
- net.anotheria.anosite.gen.assitedata.data.RedirectUrlBuilder
-
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<RedirectUrl>
public class RedirectUrlBuilder extends java.lang.Object implements net.anotheria.asg.data.Builder<RedirectUrl>
-
-
Constructor Summary
Constructors Constructor Description RedirectUrlBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedirectUrlbuild()RedirectUrlBuilderin(java.lang.String aValue)Sets the value of the in attribute.RedirectUrlBuilderout(java.lang.String aValue)Sets the value of the out attribute.
-
-
-
Method Detail
-
in
public RedirectUrlBuilder in(java.lang.String aValue)
Sets the value of the in attribute.
-
out
public RedirectUrlBuilder out(java.lang.String aValue)
Sets the value of the out attribute.
-
build
public RedirectUrl build()
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<RedirectUrl>
-
-